Html Css Color HEX #BDD771 Wild Willow

📋 copy color: '#BDD771'

red 189 ◦ green 215 ◦ blue 113

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

Shades of Wild Willow #BDD771

Tints of Wild Willow #BDD771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.86%

R = 36.56%
G = 41.59%
B = 21.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#BDD771 (or 0xBDD771) is known color: Wild Willow. HEX triplet: BD, D7 and 71. RGB value is (189,215,113). Sum of RGB (Red+Green+Blue) = 189+215+113=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD771 is #42288E. Grayscale: #C3C3C3. Windows color (decimal): -4335759 or 7460797. OLE color: 7460797.

HSL color Cylindrical-coordinate representation of color #BDD771: hue angle of 75.29º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDD771 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 113 -
CMYK 0.12 0 0.47 0.16
HSL 75.29º 0.56% 0.64% -
HSV(B) 75.29º 0.47% 0.84% -
XYZ 48.27 60.61 24.78 -
YUV 195.6 81.39 123.29 -
System Red Green Blue C M Y K H S L
Decimal 189 215 113 0.12 0 0.47 0.16 75.29 0.56 0.64
Hex BD D7 71 C 0 2F 10 4B 38 40
Octal 275 327 161 14 0 57 20 113 70 100
Binary 10111101 11010111 1110001 1100 0 101111 10000 1001011 111000 1000000

Color Harmonies of #BDD771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD771

Black with #BDD771

Text Example


Text Example

White with #BDD771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD771; }

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

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

background-color css

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

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

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

border-color css

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

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

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