Html Css Color HEX #BDD176 Pine Glade

📋 copy color: '#BDD176'

red 189 ◦ green 209 ◦ blue 118

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

Shades of Pine Glade #BDD176

Tints of Pine Glade #BDD176

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.5%

 BLUE value IS 118 (46.48% from 255) = 22.87%

R = 36.63%
G = 40.5%
B = 22.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BDD176 (or 0xBDD176) is known color: Pine Glade. HEX triplet: BD, D1 and 76. RGB value is (189,209,118). Sum of RGB (Red+Green+Blue) = 189+209+118=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD176 is #422E89. Grayscale: #C0C0C0. Windows color (decimal): -4337290 or 7786941. OLE color: 7786941.

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

Color convert

RGB 189 209 118 -
CMYK 0.10 0 0.44 0.18
HSL 73.19º 0.5% 0.64% -
HSV(B) 73.19º 0.44% 0.82% -
XYZ 47.06 57.73 25.8 -
YUV 192.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 189 209 118 0.10 0 0.44 0.18 73.19 0.5 0.64
Hex BD D1 76 A 0 2C 12 49 32 40
Octal 275 321 166 12 0 54 22 111 62 100
Binary 10111101 11010001 1110110 1010 0 101100 10010 1001001 110010 1000000

Color Harmonies of #BDD176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD176

Black with #BDD176

Text Example


Text Example

White with #BDD176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD176; }

 p { color: rgb(189,209,118); }

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

background-color css

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

 a { background-color: rgb(189,209,118); }

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

border-color css

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

 span { border-color: rgb(189,209,118); }

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