Html Css Color HEX #BBC064 Wild Willow

📋 copy color: '#BBC064'

red 187 ◦ green 192 ◦ blue 100

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

Shades of Wild Willow #BBC064

Tints of Wild Willow #BBC064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.08%

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

R = 39.04%
G = 40.08%
B = 20.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BBC064 (or 0xBBC064) is known color: Wild Willow. HEX triplet: BB, C0 and 64. RGB value is (187,192,100). Sum of RGB (Red+Green+Blue) = 187+192+100=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC064 is #443F9B. Grayscale: #B4B4B4. Windows color (decimal): -4472732 or 6602939. OLE color: 6602939.

HSL color Cylindrical-coordinate representation of color #BBC064: hue angle of 63.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBC064 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 100 -
CMYK 0.03 0 0.48 0.25
HSL 63.26º 0.42% 0.57% -
HSV(B) 63.26º 0.48% 0.75% -
XYZ 41.64 49.18 19.36 -
YUV 180.02 82.84 132.98 -
System Red Green Blue C M Y K H S L
Decimal 187 192 100 0.03 0 0.48 0.25 63.26 0.42 0.57
Hex BB C0 64 3 0 30 19 3F 2A 39
Octal 273 300 144 3 0 60 31 77 52 71
Binary 10111011 11000000 1100100 11 0 110000 11001 111111 101010 111001

Color Harmonies of #BBC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC064

Black with #BBC064

Text Example


Text Example

White with #BBC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC064; }

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

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

background-color css

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

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

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

border-color css

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

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

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