Html Css Color HEX #B6D05F Wild Willow

📋 copy color: '#B6D05F'

red 182 ◦ green 208 ◦ blue 95

#B6D05F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #B6D05F

Tints of Wild Willow #B6D05F

RGB

 RED value IS 182 (71.48% from 255) = 37.53%

 GREEN value IS 208 (81.64% from 255) = 42.89%

 BLUE value IS 95 (37.5% from 255) = 19.59%

R = 37.53%
G = 42.89%
B = 19.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B6D05F (or 0xB6D05F) is known color: Wild Willow. HEX triplet: B6, D0 and 5F. RGB value is (182,208,95). Sum of RGB (Red+Green+Blue) = 182+208+95=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D05F is #492FA0. Grayscale: #BBBBBB. Windows color (decimal): -4796321 or 6279350. OLE color: 6279350.

HSL color Cylindrical-coordinate representation of color #B6D05F: hue angle of 73.81º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6D05F is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 208 95 -
CMYK 0.12 0 0.54 0.18
HSL 73.81º 0.55% 0.59% -
HSV(B) 73.81º 0.54% 0.82% -
XYZ 43.91 55.88 19.3 -
YUV 187.34 75.89 124.19 -
System Red Green Blue C M Y K H S L
Decimal 182 208 95 0.12 0 0.54 0.18 73.81 0.55 0.59
Hex B6 D0 5F C 0 36 12 4A 37 3B
Octal 266 320 137 14 0 66 22 112 67 73
Binary 10110110 11010000 1011111 1100 0 110110 10010 1001010 110111 111011

Color Harmonies of #B6D05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D05F

Black with #B6D05F

Text Example


Text Example

White with #B6D05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D05F; }

 p { color: rgb(182,208,95); }

 H1.HeaderClassName
 {
   color: #B6D05F;
 }
 .AnyTagClassName
 {
   color: #B6D05F;
 }
</style>

background-color css

<style>
 a { background-color: #B6D05F; }

 a { background-color: rgb(182,208,95); }

 div.DivClassName
 {
   background-color: #B6D05F;
 }
 .BgClassName
 {
   background-color: #B6D05F;
 }
</style>

border-color css

<style>
 span { border-color: #B6D05F; }

 span { border-color: rgb(182,208,95); }

 td.TdClassName
 {
   border-color: #B6D05F;
 }
 .TagClassName
 {
   border-color: #B6D05F;
 }
</style>