#BBCD61

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

Shades of Wild Willow #BBCD61

Tints of Wild Willow #BBCD61

Color information

#BBCD61 (or 0xBBCD61) is unknown color: approx Wild Willow. HEX triplet: BB, CD and 61. RGB value is (187,205,97). Sum of RGB (Red+Green+Blue) = 187+205+97=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD61 is #44329E. Grayscale: #BBBBBB. Windows color (decimal): -4469407 or 6409659. OLE color: 6409659.

HSL color Cylindrical-coordinate representation of color #BBCD61: hue angle of 70º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBCD61 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB18720597-
CMYK0.0900.530.20
HSL70º51.92%59.22%-
HSV(B)70º52.68%80.39%-
XYZ44.4855.0919.6-
YUV187.3177.04127.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 97 (38.28% from 255) = 19.84%
R=38.24%
G=41.92%
B=19.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187205970.0900.530.207051.9259.22
HexBBCD6190351446343b
Octal27331514111065241066473
Binary1011101111001101110000110010110101101001000110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD61; }

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

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

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

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

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

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

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

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