Html Css Color HEX #BDC978 Pine Glade

📋 copy color: '#BDC978'

red 189 ◦ green 201 ◦ blue 120

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

Shades of Pine Glade #BDC978

Tints of Pine Glade #BDC978

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.41%

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

R = 37.06%
G = 39.41%
B = 23.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#BDC978 (or 0xBDC978) is known color: Pine Glade. HEX triplet: BD, C9 and 78. RGB value is (189,201,120). Sum of RGB (Red+Green+Blue) = 189+201+120=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC978 is #423687. Grayscale: #BCBCBC. Windows color (decimal): -4339336 or 7915965. OLE color: 7915965.

HSL color Cylindrical-coordinate representation of color #BDC978: hue angle of 68.89º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC978 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 120 -
CMYK 0.06 0 0.40 0.21
HSL 68.89º 0.43% 0.63% -
HSV(B) 68.89º 0.4% 0.79% -
XYZ 45.26 53.95 25.8 -
YUV 188.18 89.52 128.59 -
System Red Green Blue C M Y K H S L
Decimal 189 201 120 0.06 0 0.40 0.21 68.89 0.43 0.63
Hex BD C9 78 6 0 28 15 45 2B 3F
Octal 275 311 170 6 0 50 25 105 53 77
Binary 10111101 11001001 1111000 110 0 101000 10101 1000101 101011 111111

Color Harmonies of #BDC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC978

Black with #BDC978

Text Example


Text Example

White with #BDC978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC978; }

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

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

background-color css

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

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

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

border-color css

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

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

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