Html Css Color HEX #BBC564 Wild Willow

📋 copy color: '#BBC564'

red 187 ◦ green 197 ◦ blue 100

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

Shades of Wild Willow #BBC564

Tints of Wild Willow #BBC564

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.7%

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

R = 38.64%
G = 40.7%
B = 20.66%

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

#BBC564 (or 0xBBC564) is known color: Wild Willow. HEX triplet: BB, C5 and 64. RGB value is (187,197,100). Sum of RGB (Red+Green+Blue) = 187+197+100=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC564 is #443A9B. Grayscale: #B7B7B7. Windows color (decimal): -4471452 or 6604219. OLE color: 6604219.

HSL color Cylindrical-coordinate representation of color #BBC564: hue angle of 66.19º degrees, saturation: 0.46, 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 #BBC564 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 100 -
CMYK 0.05 0 0.49 0.23
HSL 66.19º 0.46% 0.58% -
HSV(B) 66.19º 0.49% 0.77% -
XYZ 42.76 51.42 19.73 -
YUV 182.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 187 197 100 0.05 0 0.49 0.23 66.19 0.46 0.58
Hex BB C5 64 5 0 31 17 42 2E 3A
Octal 273 305 144 5 0 61 27 102 56 72
Binary 10111011 11000101 1100100 101 0 110001 10111 1000010 101110 111010

Color Harmonies of #BBC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC564

Black with #BBC564

Text Example


Text Example

White with #BBC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC564; }

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

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

background-color css

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

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

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

border-color css

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

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

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