Html Css Color HEX #BCC576 Pine Glade

📋 copy color: '#BCC576'

red 188 ◦ green 197 ◦ blue 118

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

Shades of Pine Glade #BCC576

Tints of Pine Glade #BCC576

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.17%

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

R = 37.38%
G = 39.17%
B = 23.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#BCC576 (or 0xBCC576) is known color: Pine Glade. HEX triplet: BC, C5 and 76. RGB value is (188,197,118). Sum of RGB (Red+Green+Blue) = 188+197+118=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC576 is #433A89. Grayscale: #B9B9B9. Windows color (decimal): -4405898 or 7783868. OLE color: 7783868.

HSL color Cylindrical-coordinate representation of color #BCC576: hue angle of 66.84º degrees, saturation: 0.41, 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 #BCC576 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 118 -
CMYK 0.05 0 0.40 0.23
HSL 66.84º 0.41% 0.62% -
HSV(B) 66.84º 0.4% 0.77% -
XYZ 43.98 51.93 24.85 -
YUV 185.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 188 197 118 0.05 0 0.40 0.23 66.84 0.41 0.62
Hex BC C5 76 5 0 28 17 43 29 3E
Octal 274 305 166 5 0 50 27 103 51 76
Binary 10111100 11000101 1110110 101 0 101000 10111 1000011 101001 111110

Color Harmonies of #BCC576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC576

Black with #BCC576

Text Example


Text Example

White with #BCC576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC576; }

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

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

background-color css

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

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

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

border-color css

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

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

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