Html Css Color HEX #BDD45A Wild Willow

📋 copy color: '#BDD45A'

red 189 ◦ green 212 ◦ blue 90

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

Shades of Wild Willow #BDD45A

Tints of Wild Willow #BDD45A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.18%

 BLUE value IS 90 (35.55% from 255) = 18.33%

R = 38.49%
G = 43.18%
B = 18.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#BDD45A (or 0xBDD45A) is known color: Wild Willow. HEX triplet: BD, D4 and 5A. RGB value is (189,212,90). Sum of RGB (Red+Green+Blue) = 189+212+90=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD45A is #422BA5. Grayscale: #BFBFBF. Windows color (decimal): -4336550 or 5952701. OLE color: 5952701.

HSL color Cylindrical-coordinate representation of color #BDD45A: hue angle of 71.31º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDD45A is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 90 -
CMYK 0.11 0 0.58 0.17
HSL 71.31º 0.59% 0.59% -
HSV(B) 71.31º 0.58% 0.83% -
XYZ 46.38 58.64 18.55 -
YUV 191.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 189 212 90 0.11 0 0.58 0.17 71.31 0.59 0.59
Hex BD D4 5A B 0 3A 11 47 3B 3B
Octal 275 324 132 13 0 72 21 107 73 73
Binary 10111101 11010100 1011010 1011 0 111010 10001 1000111 111011 111011

Color Harmonies of #BDD45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD45A

Black with #BDD45A

Text Example


Text Example

White with #BDD45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD45A; }

 p { color: rgb(189,212,90); }

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

background-color css

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

 a { background-color: rgb(189,212,90); }

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

border-color css

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

 span { border-color: rgb(189,212,90); }

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