Html Css Color HEX #BBCF60 Wild Willow

📋 copy color: '#BBCF60'

red 187 ◦ green 207 ◦ blue 96

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

Shades of Wild Willow #BBCF60

Tints of Wild Willow #BBCF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.24%

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

R = 38.16%
G = 42.24%
B = 19.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#BBCF60 (or 0xBBCF60) is known color: Wild Willow. HEX triplet: BB, CF and 60. RGB value is (187,207,96). Sum of RGB (Red+Green+Blue) = 187+207+96=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCF60 is #44309F. Grayscale: #BCBCBC. Windows color (decimal): -4468896 or 6344635. OLE color: 6344635.

HSL color Cylindrical-coordinate representation of color #BBCF60: hue angle of 70.81º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBCF60 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 96 -
CMYK 0.10 0 0.54 0.19
HSL 70.81º 0.54% 0.59% -
HSV(B) 70.81º 0.54% 0.81% -
XYZ 44.92 56.03 19.51 -
YUV 188.37 75.87 127.03 -
System Red Green Blue C M Y K H S L
Decimal 187 207 96 0.10 0 0.54 0.19 70.81 0.54 0.59
Hex BB CF 60 A 0 36 13 47 36 3B
Octal 273 317 140 12 0 66 23 107 66 73
Binary 10111011 11001111 1100000 1010 0 110110 10011 1000111 110110 111011

Color Harmonies of #BBCF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF60

Black with #BBCF60

Text Example


Text Example

White with #BBCF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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