Html Css Color HEX #BDD271 Wild Willow

📋 copy color: '#BDD271'

red 189 ◦ green 210 ◦ blue 113

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

Shades of Wild Willow #BDD271

Tints of Wild Willow #BDD271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.02%

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

R = 36.91%
G = 41.02%
B = 22.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#BDD271 (or 0xBDD271) is known color: Wild Willow. HEX triplet: BD, D2 and 71. RGB value is (189,210,113). Sum of RGB (Red+Green+Blue) = 189+210+113=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD271 is #422D8E. Grayscale: #C1C1C1. Windows color (decimal): -4337039 or 7459517. OLE color: 7459517.

HSL color Cylindrical-coordinate representation of color #BDD271: hue angle of 72.99º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD271 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 113 -
CMYK 0.10 0 0.46 0.18
HSL 72.99º 0.52% 0.63% -
HSV(B) 72.99º 0.46% 0.82% -
XYZ 47.01 58.1 24.36 -
YUV 192.66 83.04 125.39 -
System Red Green Blue C M Y K H S L
Decimal 189 210 113 0.10 0 0.46 0.18 72.99 0.52 0.63
Hex BD D2 71 A 0 2E 12 49 34 3F
Octal 275 322 161 12 0 56 22 111 64 77
Binary 10111101 11010010 1110001 1010 0 101110 10010 1001001 110100 111111

Color Harmonies of #BDD271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD271

Black with #BDD271

Text Example


Text Example

White with #BDD271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD271; }

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

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

background-color css

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

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

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

border-color css

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

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

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