Html Css Color HEX #BDC878 Pine Glade

📋 copy color: '#BDC878'

red 189 ◦ green 200 ◦ blue 120

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

Shades of Pine Glade #BDC878

Tints of Pine Glade #BDC878

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.29%

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

R = 37.13%
G = 39.29%
B = 23.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#BDC878 (or 0xBDC878) is known color: Pine Glade. HEX triplet: BD, C8 and 78. RGB value is (189,200,120). Sum of RGB (Red+Green+Blue) = 189+200+120=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC878 is #423787. Grayscale: #BBBBBB. Windows color (decimal): -4339592 or 7915709. OLE color: 7915709.

HSL color Cylindrical-coordinate representation of color #BDC878: hue angle of 68.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC878 is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 120 -
CMYK 0.06 0 0.4 0.22
HSL 68.25º 0.42% 0.63% -
HSV(B) 68.25º 0.4% 0.78% -
XYZ 45.03 53.48 25.72 -
YUV 187.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 189 200 120 0.06 0 0.4 0.22 68.25 0.42 0.63
Hex BD C8 78 6 0 28 16 44 2A 3F
Octal 275 310 170 6 0 50 26 104 52 77
Binary 10111101 11001000 1111000 110 0 101000 10110 1000100 101010 111111

Color Harmonies of #BDC878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC878

Black with #BDC878

Text Example


Text Example

White with #BDC878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC878; }

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

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

background-color css

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

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

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

border-color css

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

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

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