#BDC15E

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

Shades of Wild Willow #BDC15E

Tints of Wild Willow #BDC15E

Color information

#BDC15E (or 0xBDC15E) is unknown color: approx Wild Willow. HEX triplet: BD, C1 and 5E. RGB value is (189,193,94). Sum of RGB (Red+Green+Blue) = 189+193+94=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC15E is #423EA1. Grayscale: #B4B4B4. Windows color (decimal): -4341410 or 6209981. OLE color: 6209981.

HSL color Cylindrical-coordinate representation of color #BDC15E: hue angle of 62.42º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDC15E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB18919394-
CMYK0.0200.510.24
HSL62.42º44.39%56.27%-
HSV(B)62.42º51.3%75.69%-
XYZ42.0849.7717.98-
YUV180.5279.17134.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 193 (75.78% from 255) = 40.55%
BLUE value IS 94 (37.11% from 255) = 19.75%
R=39.71%
G=40.55%
B=19.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189193940.0200.510.2462.4244.3956.27
HexBDC15E2033183e2c38
Octal275301136206330765470
Binary1011110111000001101111010011001111000111110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC15E; }

 p { color: rgb(189,193,94); }

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

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

 a { background-color: rgb(189,193,94); }

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

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

 span { border-color: rgb(189,193,94); }

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