Html Css Color HEX #BCC476 Pine Glade

📋 copy color: '#BCC476'

red 188 ◦ green 196 ◦ blue 118

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

Shades of Pine Glade #BCC476

Tints of Pine Glade #BCC476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.04%

 BLUE value IS 118 (46.48% from 255) = 23.51%

R = 37.45%
G = 39.04%
B = 23.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#BCC476 (or 0xBCC476) is known color: Pine Glade. HEX triplet: BC, C4 and 76. RGB value is (188,196,118). Sum of RGB (Red+Green+Blue) = 188+196+118=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC476 is #433B89. Grayscale: #B9B9B9. Windows color (decimal): -4406154 or 7783612. OLE color: 7783612.

HSL color Cylindrical-coordinate representation of color #BCC476: hue angle of 66.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCC476 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 118 -
CMYK 0.04 0 0.40 0.23
HSL 66.15º 0.4% 0.62% -
HSV(B) 66.15º 0.4% 0.77% -
XYZ 43.75 51.48 24.77 -
YUV 184.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 188 196 118 0.04 0 0.40 0.23 66.15 0.4 0.62
Hex BC C4 76 4 0 28 17 42 28 3E
Octal 274 304 166 4 0 50 27 102 50 76
Binary 10111100 11000100 1110110 100 0 101000 10111 1000010 101000 111110

Color Harmonies of #BCC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC476

Black with #BCC476

Text Example


Text Example

White with #BCC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC476; }

 p { color: rgb(188,196,118); }

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

background-color css

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

 a { background-color: rgb(188,196,118); }

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

border-color css

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

 span { border-color: rgb(188,196,118); }

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