Html Css Color HEX #BBCB70 Wild Willow

📋 copy color: '#BBCB70'

red 187 ◦ green 203 ◦ blue 112

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

Shades of Wild Willow #BBCB70

Tints of Wild Willow #BBCB70

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.44%

 BLUE value IS 112 (44.14% from 255) = 22.31%

R = 37.25%
G = 40.44%
B = 22.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#BBCB70 (or 0xBBCB70) is known color: Wild Willow. HEX triplet: BB, CB and 70. RGB value is (187,203,112). Sum of RGB (Red+Green+Blue) = 187+203+112=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB70 is #44348F. Grayscale: #BCBCBC. Windows color (decimal): -4469904 or 7392187. OLE color: 7392187.

HSL color Cylindrical-coordinate representation of color #BBCB70: hue angle of 70.55º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBCB70 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 112 -
CMYK 0.08 0 0.45 0.20
HSL 70.55º 0.47% 0.62% -
HSV(B) 70.55º 0.45% 0.8% -
XYZ 44.77 54.45 23.48 -
YUV 187.84 85.2 127.4 -
System Red Green Blue C M Y K H S L
Decimal 187 203 112 0.08 0 0.45 0.20 70.55 0.47 0.62
Hex BB CB 70 8 0 2D 14 47 2F 3E
Octal 273 313 160 10 0 55 24 107 57 76
Binary 10111011 11001011 1110000 1000 0 101101 10100 1000111 101111 111110

Color Harmonies of #BBCB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB70

Black with #BBCB70

Text Example


Text Example

White with #BBCB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB70; }

 p { color: rgb(187,203,112); }

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

background-color css

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

 a { background-color: rgb(187,203,112); }

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

border-color css

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

 span { border-color: rgb(187,203,112); }

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