Html Css Color HEX #BDD561 Wild Willow

📋 copy color: '#BDD561'

red 189 ◦ green 213 ◦ blue 97

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

Shades of Wild Willow #BDD561

Tints of Wild Willow #BDD561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.44%

R = 37.88%
G = 42.69%
B = 19.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#BDD561 (or 0xBDD561) is known color: Wild Willow. HEX triplet: BD, D5 and 61. RGB value is (189,213,97). Sum of RGB (Red+Green+Blue) = 189+213+97=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD561 is #422A9E. Grayscale: #C1C1C1. Windows color (decimal): -4336287 or 6411709. OLE color: 6411709.

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

Color convert

RGB 189 213 97 -
CMYK 0.11 0 0.54 0.16
HSL 72.41º 0.58% 0.61% -
HSV(B) 72.41º 0.54% 0.84% -
XYZ 46.94 59.27 20.28 -
YUV 192.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 189 213 97 0.11 0 0.54 0.16 72.41 0.58 0.61
Hex BD D5 61 B 0 36 10 48 3A 3D
Octal 275 325 141 13 0 66 20 110 72 75
Binary 10111101 11010101 1100001 1011 0 110110 10000 1001000 111010 111101

Color Harmonies of #BDD561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD561

Black with #BDD561

Text Example


Text Example

White with #BDD561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD561; }

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

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

background-color css

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

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

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

border-color css

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

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

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