#BBCD53

Color #BBCD53 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BBCD53

Tints of Wild Willow #BBCD53

Color information

#BBCD53 (or 0xBBCD53) is unknown color: approx Wild Willow. HEX triplet: BB, CD and 53. RGB value is (187,205,83). Sum of RGB (Red+Green+Blue) = 187+205+83=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD53 is #4432AC. Grayscale: #BABABA. Windows color (decimal): -4469421 or 5492155. OLE color: 5492155.

HSL color Cylindrical-coordinate representation of color #BBCD53: hue angle of 68.85º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBCD53 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB18720583-
CMYK0.0900.600.20
HSL68.85º54.95%56.47%-
HSV(B)68.85º59.51%80.39%-
XYZ43.8954.8516.46-
YUV185.7170.04128.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 83 (32.81% from 255) = 17.47%
R=39.37%
G=43.16%
B=17.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187205830.0900.600.2068.8554.9556.47
HexBBCD53903C14453738
Octal27331512311074241056770
Binary1011101111001101101001110010111100101001000101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD53; }

 p { color: rgb(187,205,83); }

 H1.HeaderClassName
 {
   color: #BBCD53;
 }
 .AnyTagClassName
 {
   color: #BBCD53;
 }
</style>
background-color css

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

 a { background-color: rgb(187,205,83); }

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

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

 span { border-color: rgb(187,205,83); }

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