Html Css Color HEX #BBC266 Wild Willow

📋 copy color: '#BBC266'

red 187 ◦ green 194 ◦ blue 102

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

Shades of Wild Willow #BBC266

Tints of Wild Willow #BBC266

RGB

 RED value IS 187 (73.44% from 255) = 38.72%

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

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

R = 38.72%
G = 40.17%
B = 21.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#BBC266 (or 0xBBC266) is known color: Wild Willow. HEX triplet: BB, C2 and 66. RGB value is (187,194,102). Sum of RGB (Red+Green+Blue) = 187+194+102=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC266 is #443D99. Grayscale: #B5B5B5. Windows color (decimal): -4472218 or 6734523. OLE color: 6734523.

HSL color Cylindrical-coordinate representation of color #BBC266: hue angle of 64.57º 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 #BBC266 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 102 -
CMYK 0.04 0 0.47 0.24
HSL 64.57º 0.43% 0.58% -
HSV(B) 64.57º 0.47% 0.76% -
XYZ 42.18 50.11 20.02 -
YUV 181.42 83.18 131.98 -
System Red Green Blue C M Y K H S L
Decimal 187 194 102 0.04 0 0.47 0.24 64.57 0.43 0.58
Hex BB C2 66 4 0 2F 18 41 2B 3A
Octal 273 302 146 4 0 57 30 101 53 72
Binary 10111011 11000010 1100110 100 0 101111 11000 1000001 101011 111010

Color Harmonies of #BBC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC266

Black with #BBC266

Text Example


Text Example

White with #BBC266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC266; }

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

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

background-color css

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

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

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

border-color css

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

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

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