#BDD75D

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

Shades of Wild Willow #BDD75D

Tints of Wild Willow #BDD75D

Color information

#BDD75D (or 0xBDD75D) is unknown color: approx Wild Willow. HEX triplet: BD, D7 and 5D. RGB value is (189,215,93). Sum of RGB (Red+Green+Blue) = 189+215+93=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD75D is #4228A2. Grayscale: #C1C1C1. Windows color (decimal): -4335779 or 6150077. OLE color: 6150077.

HSL color Cylindrical-coordinate representation of color #BDD75D: hue angle of 72.79º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDD75D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB18921593-
CMYK0.1200.570.16
HSL72.79º60.4%60.39%-
HSV(B)72.79º56.74%84.31%-
XYZ47.2660.2119.49-
YUV193.3271.39124.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 215 (84.38% from 255) = 43.26%
BLUE value IS 93 (36.72% from 255) = 18.71%
R=38.03%
G=43.26%
B=18.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189215930.1200.570.1672.7960.460.39
HexBDD75DC03910493c3c
Octal27532713514071201117474
Binary1011110111010111101110111000111001100001001001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD75D; }

 p { color: rgb(189,215,93); }

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

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

 a { background-color: rgb(189,215,93); }

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

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

 span { border-color: rgb(189,215,93); }

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