Html Css Color HEX #BDD95D Wild Willow

📋 copy color: '#BDD95D'

red 189 ◦ green 217 ◦ blue 93

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

Shades of Wild Willow #BDD95D

Tints of Wild Willow #BDD95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.64%

R = 37.88%
G = 43.49%
B = 18.64%

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

#BDD95D (or 0xBDD95D) is known color: Wild Willow. HEX triplet: BD, D9 and 5D. RGB value is (189,217,93). Sum of RGB (Red+Green+Blue) = 189+217+93=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD95D is #4226A2. Grayscale: #C2C2C2. Windows color (decimal): -4335267 or 6150589. OLE color: 6150589.

HSL color Cylindrical-coordinate representation of color #BDD95D: hue angle of 73.55º 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 #BDD95D is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 93 -
CMYK 0.13 0 0.57 0.15
HSL 73.55º 0.62% 0.61% -
HSV(B) 73.55º 0.57% 0.85% -
XYZ 47.77 61.23 19.66 -
YUV 194.49 70.72 124.08 -
System Red Green Blue C M Y K H S L
Decimal 189 217 93 0.13 0 0.57 0.15 73.55 0.62 0.61
Hex BD D9 5D D 0 39 F 4A 3E 3D
Octal 275 331 135 15 0 71 17 112 76 75
Binary 10111101 11011001 1011101 1101 0 111001 1111 1001010 111110 111101

Color Harmonies of #BDD95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD95D

Black with #BDD95D

Text Example


Text Example

White with #BDD95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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