Html Css Color HEX #BDD059 Wild Willow

📋 copy color: '#BDD059'

red 189 ◦ green 208 ◦ blue 89

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

Shades of Wild Willow #BDD059

Tints of Wild Willow #BDD059

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.8%

 BLUE value IS 89 (35.16% from 255) = 18.31%

R = 38.89%
G = 42.8%
B = 18.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#BDD059 (or 0xBDD059) is known color: Wild Willow. HEX triplet: BD, D0 and 59. RGB value is (189,208,89). Sum of RGB (Red+Green+Blue) = 189+208+89=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD059 is #422FA6. Grayscale: #BDBDBD. Windows color (decimal): -4337575 or 5886141. OLE color: 5886141.

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

Color convert

RGB 189 208 89 -
CMYK 0.09 0 0.57 0.18
HSL 69.58º 0.56% 0.58% -
HSV(B) 69.58º 0.57% 0.82% -
XYZ 45.35 56.65 18 -
YUV 188.75 71.71 128.18 -
System Red Green Blue C M Y K H S L
Decimal 189 208 89 0.09 0 0.57 0.18 69.58 0.56 0.58
Hex BD D0 59 9 0 39 12 46 38 3A
Octal 275 320 131 11 0 71 22 106 70 72
Binary 10111101 11010000 1011001 1001 0 111001 10010 1000110 111000 111010

Color Harmonies of #BDD059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD059

Black with #BDD059

Text Example


Text Example

White with #BDD059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD059; }

 p { color: rgb(189,208,89); }

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

background-color css

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

 a { background-color: rgb(189,208,89); }

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

border-color css

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

 span { border-color: rgb(189,208,89); }

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