Html Css Color HEX #BBC360 Wild Willow

📋 copy color: '#BBC360'

red 187 ◦ green 195 ◦ blue 96

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

Shades of Wild Willow #BBC360

Tints of Wild Willow #BBC360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.79%

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

R = 39.12%
G = 40.79%
B = 20.08%

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

#BBC360 (or 0xBBC360) is known color: Wild Willow. HEX triplet: BB, C3 and 60. RGB value is (187,195,96). Sum of RGB (Red+Green+Blue) = 187+195+96=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC360 is #443C9F. Grayscale: #B5B5B5. Windows color (decimal): -4471968 or 6341563. OLE color: 6341563.

HSL color Cylindrical-coordinate representation of color #BBC360: hue angle of 64.85º 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 #BBC360 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 96 -
CMYK 0.04 0 0.51 0.24
HSL 64.85º 0.45% 0.57% -
HSV(B) 64.85º 0.51% 0.76% -
XYZ 42.12 50.44 18.58 -
YUV 181.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 187 195 96 0.04 0 0.51 0.24 64.85 0.45 0.57
Hex BB C3 60 4 0 33 18 41 2D 39
Octal 273 303 140 4 0 63 30 101 55 71
Binary 10111011 11000011 1100000 100 0 110011 11000 1000001 101101 111001

Color Harmonies of #BBC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC360

Black with #BBC360

Text Example


Text Example

White with #BBC360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC360; }

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

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

background-color css

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

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

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

border-color css

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

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

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