Html Css Color HEX #BDD95E Wild Willow

📋 copy color: '#BDD95E'

red 189 ◦ green 217 ◦ blue 94

#BDD95E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BDD95E

Tints of Wild Willow #BDD95E

RGB

 RED value IS 189 (74.22% from 255) = 37.8%

 GREEN value IS 217 (85.16% from 255) = 43.4%

 BLUE value IS 94 (37.11% from 255) = 18.8%

R = 37.8%
G = 43.4%
B = 18.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#BDD95E (or 0xBDD95E) is known color: Wild Willow. HEX triplet: BD, D9 and 5E. RGB value is (189,217,94). Sum of RGB (Red+Green+Blue) = 189+217+94=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD95E is #4226A1. Grayscale: #C3C3C3. Windows color (decimal): -4335266 or 6216125. OLE color: 6216125.

HSL color Cylindrical-coordinate representation of color #BDD95E: hue angle of 73.66º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDD95E is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 94 -
CMYK 0.13 0 0.57 0.15
HSL 73.66º 0.62% 0.61% -
HSV(B) 73.66º 0.57% 0.85% -
XYZ 47.82 61.25 19.89 -
YUV 194.61 71.22 124 -
System Red Green Blue C M Y K H S L
Decimal 189 217 94 0.13 0 0.57 0.15 73.66 0.62 0.61
Hex BD D9 5E D 0 39 F 4A 3E 3D
Octal 275 331 136 15 0 71 17 112 76 75
Binary 10111101 11011001 1011110 1101 0 111001 1111 1001010 111110 111101

Color Harmonies of #BDD95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD95E

Black with #BDD95E

Text Example


Text Example

White with #BDD95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD95E; }

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

 H1.HeaderClassName
 {
   color: #BDD95E;
 }
 .AnyTagClassName
 {
   color: #BDD95E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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