Html Css Color HEX #BBC464 Wild Willow

📋 copy color: '#BBC464'

red 187 ◦ green 196 ◦ blue 100

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

Shades of Wild Willow #BBC464

Tints of Wild Willow #BBC464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 38.72%
G = 40.58%
B = 20.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#BBC464 (or 0xBBC464) is known color: Wild Willow. HEX triplet: BB, C4 and 64. RGB value is (187,196,100). Sum of RGB (Red+Green+Blue) = 187+196+100=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC464 is #443B9B. Grayscale: #B6B6B6. Windows color (decimal): -4471708 or 6603963. OLE color: 6603963.

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

Color convert

RGB 187 196 100 -
CMYK 0.05 0 0.49 0.23
HSL 65.63º 0.45% 0.58% -
HSV(B) 65.63º 0.49% 0.77% -
XYZ 42.53 50.96 19.65 -
YUV 182.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 187 196 100 0.05 0 0.49 0.23 65.63 0.45 0.58
Hex BB C4 64 5 0 31 17 42 2D 3A
Octal 273 304 144 5 0 61 27 102 55 72
Binary 10111011 11000100 1100100 101 0 110001 10111 1000010 101101 111010

Color Harmonies of #BBC464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC464

Black with #BBC464

Text Example


Text Example

White with #BBC464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC464; }

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

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

background-color css

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

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

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

border-color css

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

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

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