Html Css Color HEX #BDD461 Wild Willow

📋 copy color: '#BDD461'

red 189 ◦ green 212 ◦ blue 97

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

Shades of Wild Willow #BDD461

Tints of Wild Willow #BDD461

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.57%

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

R = 37.95%
G = 42.57%
B = 19.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#BDD461 (or 0xBDD461) is known color: Wild Willow. HEX triplet: BD, D4 and 61. RGB value is (189,212,97). Sum of RGB (Red+Green+Blue) = 189+212+97=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD461 is #422B9E. Grayscale: #C0C0C0. Windows color (decimal): -4336543 or 6411453. OLE color: 6411453.

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

Color convert

RGB 189 212 97 -
CMYK 0.11 0 0.54 0.17
HSL 72º 0.57% 0.61% -
HSV(B) 72º 0.54% 0.83% -
XYZ 46.69 58.77 20.19 -
YUV 192.01 74.38 125.85 -
System Red Green Blue C M Y K H S L
Decimal 189 212 97 0.11 0 0.54 0.17 72 0.57 0.61
Hex BD D4 61 B 0 36 11 48 39 3D
Octal 275 324 141 13 0 66 21 110 71 75
Binary 10111101 11010100 1100001 1011 0 110110 10001 1001000 111001 111101

Color Harmonies of #BDD461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD461

Black with #BDD461

Text Example


Text Example

White with #BDD461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD461; }

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

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

background-color css

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

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

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

border-color css

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

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

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