#BDCC58

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

Shades of Wild Willow #BDCC58

Tints of Wild Willow #BDCC58

Color information

#BDCC58 (or 0xBDCC58) is unknown color: approx Wild Willow. HEX triplet: BD, CC and 58. RGB value is (189,204,88). Sum of RGB (Red+Green+Blue) = 189+204+88=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC58 is #4233A7. Grayscale: #BABABA. Windows color (decimal): -4338600 or 5819581. OLE color: 5819581.

HSL color Cylindrical-coordinate representation of color #BDCC58: hue angle of 67.76º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDCC58 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB18920488-
CMYK0.0700.570.2
HSL67.76º53.21%57.25%-
HSV(B)67.76º56.86%80%-
XYZ44.3454.7117.46-
YUV186.2972.53129.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 88 (34.77% from 255) = 18.30%
R=39.29%
G=42.41%
B=18.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal189204880.0700.570.267.7653.2157.25
HexBDCC58703914443539
Octal2753141307071241046571
Binary101111011100110010110001110111001101001000100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC58; }

 p { color: rgb(189,204,88); }

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

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

 a { background-color: rgb(189,204,88); }

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

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

 span { border-color: rgb(189,204,88); }

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