Html Css Color HEX #BCC978 Pine Glade

📋 copy color: '#BCC978'

red 188 ◦ green 201 ◦ blue 120

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

Shades of Pine Glade #BCC978

Tints of Pine Glade #BCC978

RGB

 RED value IS 188 (73.83% from 255) = 36.94%

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

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

R = 36.94%
G = 39.49%
B = 23.58%

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

#BCC978 (or 0xBCC978) is known color: Pine Glade. HEX triplet: BC, C9 and 78. RGB value is (188,201,120). Sum of RGB (Red+Green+Blue) = 188+201+120=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC978 is #433687. Grayscale: #BCBCBC. Windows color (decimal): -4404872 or 7915964. OLE color: 7915964.

HSL color Cylindrical-coordinate representation of color #BCC978: hue angle of 69.63º 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 #BCC978 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 120 -
CMYK 0.06 0 0.40 0.21
HSL 69.63º 0.43% 0.63% -
HSV(B) 69.63º 0.4% 0.79% -
XYZ 45.02 53.82 25.79 -
YUV 187.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 188 201 120 0.06 0 0.40 0.21 69.63 0.43 0.63
Hex BC C9 78 6 0 28 15 46 2B 3F
Octal 274 311 170 6 0 50 25 106 53 77
Binary 10111100 11001001 1111000 110 0 101000 10101 1000110 101011 111111

Color Harmonies of #BCC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC978

Black with #BCC978

Text Example


Text Example

White with #BCC978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC978; }

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

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

background-color css

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

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

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

border-color css

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

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

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