Html Css Color HEX #BBC260 Wild Willow

📋 copy color: '#BBC260'

red 187 ◦ green 194 ◦ blue 96

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

Shades of Wild Willow #BBC260

Tints of Wild Willow #BBC260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.67%

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

R = 39.2%
G = 40.67%
B = 20.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#BBC260 (or 0xBBC260) is known color: Wild Willow. HEX triplet: BB, C2 and 60. RGB value is (187,194,96). Sum of RGB (Red+Green+Blue) = 187+194+96=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC260 is #443D9F. Grayscale: #B5B5B5. Windows color (decimal): -4472224 or 6341307. OLE color: 6341307.

HSL color Cylindrical-coordinate representation of color #BBC260: hue angle of 64.29º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBC260 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 96 -
CMYK 0.04 0 0.51 0.24
HSL 64.29º 0.45% 0.57% -
HSV(B) 64.29º 0.51% 0.76% -
XYZ 41.9 49.99 18.51 -
YUV 180.74 80.18 132.47 -
System Red Green Blue C M Y K H S L
Decimal 187 194 96 0.04 0 0.51 0.24 64.29 0.45 0.57
Hex BB C2 60 4 0 33 18 40 2D 39
Octal 273 302 140 4 0 63 30 100 55 71
Binary 10111011 11000010 1100000 100 0 110011 11000 1000000 101101 111001

Color Harmonies of #BBC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC260

Black with #BBC260

Text Example


Text Example

White with #BBC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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