Html Css Color HEX #BBCB60 Wild Willow

📋 copy color: '#BBCB60'

red 187 ◦ green 203 ◦ blue 96

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

Shades of Wild Willow #BBCB60

Tints of Wild Willow #BBCB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.75%

R = 38.48%
G = 41.77%
B = 19.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#BBCB60 (or 0xBBCB60) is known color: Wild Willow. HEX triplet: BB, CB and 60. RGB value is (187,203,96). Sum of RGB (Red+Green+Blue) = 187+203+96=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB60 is #44349F. Grayscale: #BABABA. Windows color (decimal): -4469920 or 6343611. OLE color: 6343611.

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

Color convert

RGB 187 203 96 -
CMYK 0.08 0 0.53 0.20
HSL 68.97º 0.51% 0.59% -
HSV(B) 68.97º 0.53% 0.8% -
XYZ 43.96 54.12 19.2 -
YUV 186.02 77.2 128.7 -
System Red Green Blue C M Y K H S L
Decimal 187 203 96 0.08 0 0.53 0.20 68.97 0.51 0.59
Hex BB CB 60 8 0 35 14 45 33 3B
Octal 273 313 140 10 0 65 24 105 63 73
Binary 10111011 11001011 1100000 1000 0 110101 10100 1000101 110011 111011

Color Harmonies of #BBCB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB60

Black with #BBCB60

Text Example


Text Example

White with #BBCB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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