Html Css Color HEX #BDD560 Wild Willow

📋 copy color: '#BDD560'

red 189 ◦ green 213 ◦ blue 96

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

Shades of Wild Willow #BDD560

Tints of Wild Willow #BDD560

RGB

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

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

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

R = 37.95%
G = 42.77%
B = 19.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#BDD560 (or 0xBDD560) is known color: Wild Willow. HEX triplet: BD, D5 and 60. RGB value is (189,213,96). Sum of RGB (Red+Green+Blue) = 189+213+96=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD560 is #422A9F. Grayscale: #C0C0C0. Windows color (decimal): -4336288 or 6346173. OLE color: 6346173.

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

Color convert

RGB 189 213 96 -
CMYK 0.11 0 0.55 0.16
HSL 72.31º 0.58% 0.61% -
HSV(B) 72.31º 0.55% 0.84% -
XYZ 46.89 59.25 20.03 -
YUV 192.49 73.55 125.51 -
System Red Green Blue C M Y K H S L
Decimal 189 213 96 0.11 0 0.55 0.16 72.31 0.58 0.61
Hex BD D5 60 B 0 37 10 48 3A 3D
Octal 275 325 140 13 0 67 20 110 72 75
Binary 10111101 11010101 1100000 1011 0 110111 10000 1001000 111010 111101

Color Harmonies of #BDD560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD560

Black with #BDD560

Text Example


Text Example

White with #BDD560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD560; }

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

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

background-color css

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

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

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

border-color css

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

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

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