Html Css Color HEX #B6C66D Wild Willow

📋 copy color: '#B6C66D'

red 182 ◦ green 198 ◦ blue 109

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

Shades of Wild Willow #B6C66D

Tints of Wild Willow #B6C66D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.49%

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 37.22%
G = 40.49%
B = 22.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#B6C66D (or 0xB6C66D) is known color: Wild Willow. HEX triplet: B6, C6 and 6D. RGB value is (182,198,109). Sum of RGB (Red+Green+Blue) = 182+198+109=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C66D is #493992. Grayscale: #B7B7B7. Windows color (decimal): -4798867 or 7194294. OLE color: 7194294.

HSL color Cylindrical-coordinate representation of color #B6C66D: hue angle of 70.79º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6C66D is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 198 109 -
CMYK 0.08 0 0.45 0.22
HSL 70.79º 0.44% 0.6% -
HSV(B) 70.79º 0.45% 0.78% -
XYZ 42.25 51.44 22.17 -
YUV 183.07 86.2 127.24 -
System Red Green Blue C M Y K H S L
Decimal 182 198 109 0.08 0 0.45 0.22 70.79 0.44 0.6
Hex B6 C6 6D 8 0 2D 16 47 2C 3C
Octal 266 306 155 10 0 55 26 107 54 74
Binary 10110110 11000110 1101101 1000 0 101101 10110 1000111 101100 111100

Color Harmonies of #B6C66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C66D

Black with #B6C66D

Text Example


Text Example

White with #B6C66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C66D; }

 p { color: rgb(182,198,109); }

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

background-color css

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

 a { background-color: rgb(182,198,109); }

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

border-color css

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

 span { border-color: rgb(182,198,109); }

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