#BDD55F

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

Shades of Wild Willow #BDD55F

Tints of Wild Willow #BDD55F

Color information

#BDD55F (or 0xBDD55F) is unknown color: approx Wild Willow. HEX triplet: BD, D5 and 5F. RGB value is (189,213,95). Sum of RGB (Red+Green+Blue) = 189+213+95=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD55F is #422AA0. Grayscale: #C0C0C0. Windows color (decimal): -4336289 or 6280637. OLE color: 6280637.

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

Color convert

RGB18921395-
CMYK0.1100.550.16
HSL72.2º58.42%60.39%-
HSV(B)72.2º55.4%83.53%-
XYZ46.8559.2319.79-
YUV192.3773.05125.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 95 (37.5% from 255) = 19.11%
R=38.03%
G=42.86%
B=19.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189213950.1100.550.1672.258.4260.39
HexBDD55FB03710483a3c
Octal27532513713067201107274
Binary1011110111010101101111110110110111100001001000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD55F; }

 p { color: rgb(189,213,95); }

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

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

 a { background-color: rgb(189,213,95); }

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

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

 span { border-color: rgb(189,213,95); }

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