Html Css Color HEX #BDC059 Wild Willow

📋 copy color: '#BDC059'

red 189 ◦ green 192 ◦ blue 89

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

Shades of Wild Willow #BDC059

Tints of Wild Willow #BDC059

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

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

R = 40.21%
G = 40.85%
B = 18.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BDC059 (or 0xBDC059) is known color: Wild Willow. HEX triplet: BD, C0 and 59. RGB value is (189,192,89). Sum of RGB (Red+Green+Blue) = 189+192+89=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC059 is #423FA6. Grayscale: #B3B3B3. Windows color (decimal): -4341671 or 5882045. OLE color: 5882045.

HSL color Cylindrical-coordinate representation of color #BDC059: hue angle of 61.75º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDC059 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 89 -
CMYK 0.02 0 0.54 0.25
HSL 61.75º 0.45% 0.55% -
HSV(B) 61.75º 0.54% 0.75% -
XYZ 41.64 49.24 16.76 -
YUV 179.36 77.01 134.88 -
System Red Green Blue C M Y K H S L
Decimal 189 192 89 0.02 0 0.54 0.25 61.75 0.45 0.55
Hex BD C0 59 2 0 36 19 3E 2D 37
Octal 275 300 131 2 0 66 31 76 55 67
Binary 10111101 11000000 1011001 10 0 110110 11001 111110 101101 110111

Color Harmonies of #BDC059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC059

Black with #BDC059

Text Example


Text Example

White with #BDC059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC059; }

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

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

background-color css

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

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

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

border-color css

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

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

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