Html Css Color HEX #BDD761 Wild Willow

📋 copy color: '#BDD761'

red 189 ◦ green 215 ◦ blue 97

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

Shades of Wild Willow #BDD761

Tints of Wild Willow #BDD761

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.91%

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

R = 37.72%
G = 42.91%
B = 19.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#BDD761 (or 0xBDD761) is known color: Wild Willow. HEX triplet: BD, D7 and 61. RGB value is (189,215,97). Sum of RGB (Red+Green+Blue) = 189+215+97=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD761 is #42289E. Grayscale: #C2C2C2. Windows color (decimal): -4335775 or 6412221. OLE color: 6412221.

HSL color Cylindrical-coordinate representation of color #BDD761: hue angle of 73.22º degrees, saturation: 0.6, 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 #BDD761 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 97 -
CMYK 0.12 0 0.55 0.16
HSL 73.22º 0.6% 0.61% -
HSV(B) 73.22º 0.55% 0.84% -
XYZ 47.44 60.28 20.44 -
YUV 193.77 73.39 124.59 -
System Red Green Blue C M Y K H S L
Decimal 189 215 97 0.12 0 0.55 0.16 73.22 0.6 0.61
Hex BD D7 61 C 0 37 10 49 3C 3D
Octal 275 327 141 14 0 67 20 111 74 75
Binary 10111101 11010111 1100001 1100 0 110111 10000 1001001 111100 111101

Color Harmonies of #BDD761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD761

Black with #BDD761

Text Example


Text Example

White with #BDD761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD761; }

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

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

background-color css

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

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

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

border-color css

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

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

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