Html Css Color HEX #BDD25D Wild Willow

📋 copy color: '#BDD25D'

red 189 ◦ green 210 ◦ blue 93

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

Shades of Wild Willow #BDD25D

Tints of Wild Willow #BDD25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.68%

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

R = 38.41%
G = 42.68%
B = 18.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#BDD25D (or 0xBDD25D) is known color: Wild Willow. HEX triplet: BD, D2 and 5D. RGB value is (189,210,93). Sum of RGB (Red+Green+Blue) = 189+210+93=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD25D is #422DA2. Grayscale: #BEBEBE. Windows color (decimal): -4337059 or 6148797. OLE color: 6148797.

HSL color Cylindrical-coordinate representation of color #BDD25D: hue angle of 70.77º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDD25D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 93 -
CMYK 0.10 0 0.56 0.18
HSL 70.77º 0.57% 0.59% -
HSV(B) 70.77º 0.56% 0.82% -
XYZ 46.01 57.7 19.07 -
YUV 190.38 73.04 127.01 -
System Red Green Blue C M Y K H S L
Decimal 189 210 93 0.10 0 0.56 0.18 70.77 0.57 0.59
Hex BD D2 5D A 0 38 12 47 39 3B
Octal 275 322 135 12 0 70 22 107 71 73
Binary 10111101 11010010 1011101 1010 0 111000 10010 1000111 111001 111011

Color Harmonies of #BDD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD25D

Black with #BDD25D

Text Example


Text Example

White with #BDD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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