Html Css Color HEX #BDD772 Wild Willow

📋 copy color: '#BDD772'

red 189 ◦ green 215 ◦ blue 114

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

Shades of Wild Willow #BDD772

Tints of Wild Willow #BDD772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.01%

R = 36.49%
G = 41.51%
B = 22.01%

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

#BDD772 (or 0xBDD772) is known color: Wild Willow. HEX triplet: BD, D7 and 72. RGB value is (189,215,114). Sum of RGB (Red+Green+Blue) = 189+215+114=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD772 is #42288D. Grayscale: #C4C4C4. Windows color (decimal): -4335758 or 7526333. OLE color: 7526333.

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

Color convert

RGB 189 215 114 -
CMYK 0.12 0 0.47 0.16
HSL 75.45º 0.56% 0.65% -
HSV(B) 75.45º 0.47% 0.84% -
XYZ 48.32 60.63 25.08 -
YUV 195.71 81.89 123.21 -
System Red Green Blue C M Y K H S L
Decimal 189 215 114 0.12 0 0.47 0.16 75.45 0.56 0.65
Hex BD D7 72 C 0 2F 10 4B 38 41
Octal 275 327 162 14 0 57 20 113 70 101
Binary 10111101 11010111 1110010 1100 0 101111 10000 1001011 111000 1000001

Color Harmonies of #BDD772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD772

Black with #BDD772

Text Example


Text Example

White with #BDD772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD772; }

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

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

background-color css

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

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

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

border-color css

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

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

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