#BDC05A

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

Shades of Wild Willow #BDC05A

Tints of Wild Willow #BDC05A

Color information

#BDC05A (or 0xBDC05A) is unknown color: approx Wild Willow. HEX triplet: BD, C0 and 5A. RGB value is (189,192,90). Sum of RGB (Red+Green+Blue) = 189+192+90=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC05A is #423FA5. Grayscale: #B3B3B3. Windows color (decimal): -4341670 or 5947581. OLE color: 5947581.

HSL color Cylindrical-coordinate representation of color #BDC05A: hue angle of 61.76º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDC05A is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB18919290-
CMYK0.0200.530.25
HSL61.76º44.74%55.29%-
HSV(B)61.76º53.12%75.29%-
XYZ41.6849.2616.98-
YUV179.4777.51134.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 192 (75.39% from 255) = 40.76%
BLUE value IS 90 (35.55% from 255) = 19.11%
R=40.13%
G=40.76%
B=19.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189192900.0200.530.2561.7644.7455.29
HexBDC05A2035193e2d37
Octal275300132206531765567
Binary1011110111000000101101010011010111001111110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC05A; }

 p { color: rgb(189,192,90); }

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

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

 a { background-color: rgb(189,192,90); }

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

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

 span { border-color: rgb(189,192,90); }

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