Html Css Color HEX #BDD177 Pine Glade

📋 copy color: '#BDD177'

red 189 ◦ green 209 ◦ blue 119

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

Shades of Pine Glade #BDD177

Tints of Pine Glade #BDD177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.02%

R = 36.56%
G = 40.43%
B = 23.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#BDD177 (or 0xBDD177) is known color: Pine Glade. HEX triplet: BD, D1 and 77. RGB value is (189,209,119). Sum of RGB (Red+Green+Blue) = 189+209+119=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD177 is #422E88. Grayscale: #C1C1C1. Windows color (decimal): -4337289 or 7852477. OLE color: 7852477.

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

Color convert

RGB 189 209 119 -
CMYK 0.10 0 0.43 0.18
HSL 73.33º 0.49% 0.64% -
HSV(B) 73.33º 0.43% 0.82% -
XYZ 47.12 57.75 26.12 -
YUV 192.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 189 209 119 0.10 0 0.43 0.18 73.33 0.49 0.64
Hex BD D1 77 A 0 2B 12 49 31 40
Octal 275 321 167 12 0 53 22 111 61 100
Binary 10111101 11010001 1110111 1010 0 101011 10010 1001001 110001 1000000

Color Harmonies of #BDD177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD177

Black with #BDD177

Text Example


Text Example

White with #BDD177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD177; }

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

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

background-color css

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

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

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

border-color css

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

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

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