Html Css Color HEX #BBC466 Wild Willow

📋 copy color: '#BBC466'

red 187 ◦ green 196 ◦ blue 102

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

Shades of Wild Willow #BBC466

Tints of Wild Willow #BBC466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.41%

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

R = 38.56%
G = 40.41%
B = 21.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#BBC466 (or 0xBBC466) is known color: Wild Willow. HEX triplet: BB, C4 and 66. RGB value is (187,196,102). Sum of RGB (Red+Green+Blue) = 187+196+102=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC466 is #443B99. Grayscale: #B6B6B6. Windows color (decimal): -4471706 or 6735035. OLE color: 6735035.

HSL color Cylindrical-coordinate representation of color #BBC466: hue angle of 65.74º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBC466 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 102 -
CMYK 0.05 0 0.48 0.23
HSL 65.74º 0.44% 0.58% -
HSV(B) 65.74º 0.48% 0.77% -
XYZ 42.63 51 20.17 -
YUV 182.59 82.52 131.14 -
System Red Green Blue C M Y K H S L
Decimal 187 196 102 0.05 0 0.48 0.23 65.74 0.44 0.58
Hex BB C4 66 5 0 30 17 42 2C 3A
Octal 273 304 146 5 0 60 27 102 54 72
Binary 10111011 11000100 1100110 101 0 110000 10111 1000010 101100 111010

Color Harmonies of #BBC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC466

Black with #BBC466

Text Example


Text Example

White with #BBC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC466; }

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

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

background-color css

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

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

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

border-color css

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

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

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