Html Css Color HEX #BBC955 Wild Willow

📋 copy color: '#BBC955'

red 187 ◦ green 201 ◦ blue 85

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

Shades of Wild Willow #BBC955

Tints of Wild Willow #BBC955

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.49%

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

R = 39.53%
G = 42.49%
B = 17.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#BBC955 (or 0xBBC955) is known color: Wild Willow. HEX triplet: BB, C9 and 55. RGB value is (187,201,85). Sum of RGB (Red+Green+Blue) = 187+201+85=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC955 is #4436AA. Grayscale: #B8B8B8. Windows color (decimal): -4470443 or 5622203. OLE color: 5622203.

HSL color Cylindrical-coordinate representation of color #BBC955: hue angle of 67.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBC955 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 85 -
CMYK 0.07 0 0.58 0.21
HSL 67.24º 0.52% 0.56% -
HSV(B) 67.24º 0.58% 0.79% -
XYZ 43.02 52.99 16.56 -
YUV 183.59 72.36 130.43 -
System Red Green Blue C M Y K H S L
Decimal 187 201 85 0.07 0 0.58 0.21 67.24 0.52 0.56
Hex BB C9 55 7 0 3A 15 43 34 38
Octal 273 311 125 7 0 72 25 103 64 70
Binary 10111011 11001001 1010101 111 0 111010 10101 1000011 110100 111000

Color Harmonies of #BBC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC955

Black with #BBC955

Text Example


Text Example

White with #BBC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC955; }

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

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

background-color css

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

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

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

border-color css

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

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

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