Html Css Color HEX #BDD770 Wild Willow

📋 copy color: '#BDD770'

red 189 ◦ green 215 ◦ blue 112

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

Shades of Wild Willow #BDD770

Tints of Wild Willow #BDD770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.71%

R = 36.63%
G = 41.67%
B = 21.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#BDD770 (or 0xBDD770) is known color: Wild Willow. HEX triplet: BD, D7 and 70. RGB value is (189,215,112). Sum of RGB (Red+Green+Blue) = 189+215+112=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD770 is #42288F. Grayscale: #C3C3C3. Windows color (decimal): -4335760 or 7395261. OLE color: 7395261.

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

Color convert

RGB 189 215 112 -
CMYK 0.12 0 0.48 0.16
HSL 75.15º 0.56% 0.64% -
HSV(B) 75.15º 0.48% 0.84% -
XYZ 48.21 60.59 24.48 -
YUV 195.48 80.89 123.38 -
System Red Green Blue C M Y K H S L
Decimal 189 215 112 0.12 0 0.48 0.16 75.15 0.56 0.64
Hex BD D7 70 C 0 30 10 4B 38 40
Octal 275 327 160 14 0 60 20 113 70 100
Binary 10111101 11010111 1110000 1100 0 110000 10000 1001011 111000 1000000

Color Harmonies of #BDD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD770

Black with #BDD770

Text Example


Text Example

White with #BDD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD770; }

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

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

background-color css

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

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

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

border-color css

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

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

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