Html Css Color HEX #BBCC60 Wild Willow

📋 copy color: '#BBCC60'

red 187 ◦ green 204 ◦ blue 96

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

Shades of Wild Willow #BBCC60

Tints of Wild Willow #BBCC60

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.89%

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

R = 38.4%
G = 41.89%
B = 19.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#BBCC60 (or 0xBBCC60) is known color: Wild Willow. HEX triplet: BB, CC and 60. RGB value is (187,204,96). Sum of RGB (Red+Green+Blue) = 187+204+96=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC60 is #44339F. Grayscale: #BBBBBB. Windows color (decimal): -4469664 or 6343867. OLE color: 6343867.

HSL color Cylindrical-coordinate representation of color #BBCC60: hue angle of 69.44º 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 #BBCC60 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 96 -
CMYK 0.08 0 0.53 0.2
HSL 69.44º 0.51% 0.59% -
HSV(B) 69.44º 0.53% 0.8% -
XYZ 44.2 54.6 19.27 -
YUV 186.61 76.87 128.28 -
System Red Green Blue C M Y K H S L
Decimal 187 204 96 0.08 0 0.53 0.2 69.44 0.51 0.59
Hex BB CC 60 8 0 35 14 45 33 3B
Octal 273 314 140 10 0 65 24 105 63 73
Binary 10111011 11001100 1100000 1000 0 110101 10100 1000101 110011 111011

Color Harmonies of #BBCC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC60

Black with #BBCC60

Text Example


Text Example

White with #BBCC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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