#BDC95E

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

Shades of Wild Willow #BDC95E

Tints of Wild Willow #BDC95E

Color information

#BDC95E (or 0xBDC95E) is unknown color: approx Wild Willow. HEX triplet: BD, C9 and 5E. RGB value is (189,201,94). Sum of RGB (Red+Green+Blue) = 189+201+94=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC95E is #4236A1. Grayscale: #B9B9B9. Windows color (decimal): -4339362 or 6212029. OLE color: 6212029.

HSL color Cylindrical-coordinate representation of color #BDC95E: hue angle of 66.73º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDC95E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB18920194-
CMYK0.0600.530.21
HSL66.73º49.77%57.84%-
HSV(B)66.73º53.23%78.82%-
XYZ43.8953.418.58-
YUV185.2176.52130.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 201 (78.91% from 255) = 41.53%
BLUE value IS 94 (37.11% from 255) = 19.42%
R=39.05%
G=41.53%
B=19.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189201940.0600.530.2166.7349.7757.84
HexBDC95E60351543323a
Octal2753111366065251036272
Binary101111011100100110111101100110101101011000011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC95E; }

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

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

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

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

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

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

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

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