Html Css Color HEX #BDD078 Pine Glade

📋 copy color: '#BDD078'

red 189 ◦ green 208 ◦ blue 120

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

Shades of Pine Glade #BDD078

Tints of Pine Glade #BDD078

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.23%

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

R = 36.56%
G = 40.23%
B = 23.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#BDD078 (or 0xBDD078) is known color: Pine Glade. HEX triplet: BD, D0 and 78. RGB value is (189,208,120). Sum of RGB (Red+Green+Blue) = 189+208+120=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD078 is #422F87. Grayscale: #C0C0C0. Windows color (decimal): -4337544 or 7917757. OLE color: 7917757.

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

Color convert

RGB 189 208 120 -
CMYK 0.09 0 0.42 0.18
HSL 72.95º 0.48% 0.64% -
HSV(B) 72.95º 0.42% 0.82% -
XYZ 46.93 57.29 26.35 -
YUV 192.29 87.21 125.66 -
System Red Green Blue C M Y K H S L
Decimal 189 208 120 0.09 0 0.42 0.18 72.95 0.48 0.64
Hex BD D0 78 9 0 2A 12 49 30 40
Octal 275 320 170 11 0 52 22 111 60 100
Binary 10111101 11010000 1111000 1001 0 101010 10010 1001001 110000 1000000

Color Harmonies of #BDD078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD078

Black with #BDD078

Text Example


Text Example

White with #BDD078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD078; }

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

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

background-color css

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

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

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

border-color css

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

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

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