Html Css Color HEX #BDD178 Pine Glade

📋 copy color: '#BDD178'

red 189 ◦ green 209 ◦ blue 120

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

Shades of Pine Glade #BDD178

Tints of Pine Glade #BDD178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.17%

R = 36.49%
G = 40.35%
B = 23.17%

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

#BDD178 (or 0xBDD178) is known color: Pine Glade. HEX triplet: BD, D1 and 78. RGB value is (189,209,120). Sum of RGB (Red+Green+Blue) = 189+209+120=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD178 is #422E87. Grayscale: #C1C1C1. Windows color (decimal): -4337288 or 7918013. OLE color: 7918013.

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

Color convert

RGB 189 209 120 -
CMYK 0.10 0 0.43 0.18
HSL 73.48º 0.49% 0.65% -
HSV(B) 73.48º 0.43% 0.82% -
XYZ 47.18 57.78 26.43 -
YUV 192.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 189 209 120 0.10 0 0.43 0.18 73.48 0.49 0.65
Hex BD D1 78 A 0 2B 12 49 31 41
Octal 275 321 170 12 0 53 22 111 61 101
Binary 10111101 11010001 1111000 1010 0 101011 10010 1001001 110001 1000001

Color Harmonies of #BDD178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD178

Black with #BDD178

Text Example


Text Example

White with #BDD178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD178; }

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

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

background-color css

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

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

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

border-color css

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

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

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