Html Css Color HEX #BDD060 Wild Willow

📋 copy color: '#BDD060'

red 189 ◦ green 208 ◦ blue 96

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

Shades of Wild Willow #BDD060

Tints of Wild Willow #BDD060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.47%

R = 38.34%
G = 42.19%
B = 19.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#BDD060 (or 0xBDD060) is known color: Wild Willow. HEX triplet: BD, D0 and 60. RGB value is (189,208,96). Sum of RGB (Red+Green+Blue) = 189+208+96=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD060 is #422F9F. Grayscale: #BDBDBD. Windows color (decimal): -4337568 or 6344893. OLE color: 6344893.

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

Color convert

RGB 189 208 96 -
CMYK 0.09 0 0.54 0.18
HSL 70.18º 0.54% 0.6% -
HSV(B) 70.18º 0.54% 0.82% -
XYZ 45.65 56.78 19.62 -
YUV 189.55 75.21 127.61 -
System Red Green Blue C M Y K H S L
Decimal 189 208 96 0.09 0 0.54 0.18 70.18 0.54 0.6
Hex BD D0 60 9 0 36 12 46 36 3C
Octal 275 320 140 11 0 66 22 106 66 74
Binary 10111101 11010000 1100000 1001 0 110110 10010 1000110 110110 111100

Color Harmonies of #BDD060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD060

Black with #BDD060

Text Example


Text Example

White with #BDD060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD060; }

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

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

background-color css

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

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

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

border-color css

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

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

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