Html Css Color HEX #B6C266 Wild Willow

📋 copy color: '#B6C266'

red 182 ◦ green 194 ◦ blue 102

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

Shades of Wild Willow #B6C266

Tints of Wild Willow #B6C266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.59%

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 38.08%
G = 40.59%
B = 21.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#B6C266 (or 0xB6C266) is known color: Wild Willow. HEX triplet: B6, C2 and 66. RGB value is (182,194,102). Sum of RGB (Red+Green+Blue) = 182+194+102=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C266 is #493D99. Grayscale: #B4B4B4. Windows color (decimal): -4799898 or 6734518. OLE color: 6734518.

HSL color Cylindrical-coordinate representation of color #B6C266: hue angle of 67.83º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6C266 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 102 -
CMYK 0.06 0 0.47 0.24
HSL 67.83º 0.43% 0.58% -
HSV(B) 67.83º 0.47% 0.76% -
XYZ 40.98 49.49 19.96 -
YUV 179.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 182 194 102 0.06 0 0.47 0.24 67.83 0.43 0.58
Hex B6 C2 66 6 0 2F 18 44 2B 3A
Octal 266 302 146 6 0 57 30 104 53 72
Binary 10110110 11000010 1100110 110 0 101111 11000 1000100 101011 111010

Color Harmonies of #B6C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C266

Black with #B6C266

Text Example


Text Example

White with #B6C266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C266; }

 p { color: rgb(182,194,102); }

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

background-color css

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

 a { background-color: rgb(182,194,102); }

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

border-color css

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

 span { border-color: rgb(182,194,102); }

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