Html Css Color HEX #BDD55A Wild Willow

📋 copy color: '#BDD55A'

red 189 ◦ green 213 ◦ blue 90

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

Shades of Wild Willow #BDD55A

Tints of Wild Willow #BDD55A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.29%

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

R = 38.41%
G = 43.29%
B = 18.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#BDD55A (or 0xBDD55A) is known color: Wild Willow. HEX triplet: BD, D5 and 5A. RGB value is (189,213,90). Sum of RGB (Red+Green+Blue) = 189+213+90=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD55A is #422AA5. Grayscale: #C0C0C0. Windows color (decimal): -4336294 or 5952957. OLE color: 5952957.

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

Color convert

RGB 189 213 90 -
CMYK 0.11 0 0.58 0.16
HSL 71.71º 0.59% 0.59% -
HSV(B) 71.71º 0.58% 0.84% -
XYZ 46.63 59.15 18.63 -
YUV 191.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 189 213 90 0.11 0 0.58 0.16 71.71 0.59 0.59
Hex BD D5 5A B 0 3A 10 48 3B 3B
Octal 275 325 132 13 0 72 20 110 73 73
Binary 10111101 11010101 1011010 1011 0 111010 10000 1001000 111011 111011

Color Harmonies of #BDD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD55A

Black with #BDD55A

Text Example


Text Example

White with #BDD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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