Html Css Color HEX #BBC655 Wild Willow

📋 copy color: '#BBC655'

red 187 ◦ green 198 ◦ blue 85

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

Shades of Wild Willow #BBC655

Tints of Wild Willow #BBC655

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.13%

 BLUE value IS 85 (33.59% from 255) = 18.09%

R = 39.79%
G = 42.13%
B = 18.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#BBC655 (or 0xBBC655) is known color: Wild Willow. HEX triplet: BB, C6 and 55. RGB value is (187,198,85). Sum of RGB (Red+Green+Blue) = 187+198+85=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC655 is #4439AA. Grayscale: #B6B6B6. Windows color (decimal): -4471211 or 5621435. OLE color: 5621435.

HSL color Cylindrical-coordinate representation of color #BBC655: hue angle of 65.84º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBC655 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 85 -
CMYK 0.06 0 0.57 0.22
HSL 65.84º 0.5% 0.55% -
HSV(B) 65.84º 0.57% 0.78% -
XYZ 42.33 51.61 16.32 -
YUV 181.83 73.36 131.69 -
System Red Green Blue C M Y K H S L
Decimal 187 198 85 0.06 0 0.57 0.22 65.84 0.5 0.55
Hex BB C6 55 6 0 39 16 42 32 37
Octal 273 306 125 6 0 71 26 102 62 67
Binary 10111011 11000110 1010101 110 0 111001 10110 1000010 110010 110111

Color Harmonies of #BBC655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC655

Black with #BBC655

Text Example


Text Example

White with #BBC655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC655; }

 p { color: rgb(187,198,85); }

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

background-color css

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

 a { background-color: rgb(187,198,85); }

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

border-color css

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

 span { border-color: rgb(187,198,85); }

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