Html Css Color HEX #BCC176 Pine Glade

📋 copy color: '#BCC176'

red 188 ◦ green 193 ◦ blue 118

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

Shades of Pine Glade #BCC176

Tints of Pine Glade #BCC176

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.68%

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

R = 37.68%
G = 38.68%
B = 23.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BCC176 (or 0xBCC176) is known color: Pine Glade. HEX triplet: BC, C1 and 76. RGB value is (188,193,118). Sum of RGB (Red+Green+Blue) = 188+193+118=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC176 is #433E89. Grayscale: #B7B7B7. Windows color (decimal): -4406922 or 7782844. OLE color: 7782844.

HSL color Cylindrical-coordinate representation of color #BCC176: hue angle of 64º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCC176 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 118 -
CMYK 0.03 0 0.39 0.24
HSL 64º 0.38% 0.61% -
HSV(B) 64º 0.39% 0.76% -
XYZ 43.08 50.14 24.55 -
YUV 182.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 188 193 118 0.03 0 0.39 0.24 64 0.38 0.61
Hex BC C1 76 3 0 27 18 40 26 3D
Octal 274 301 166 3 0 47 30 100 46 75
Binary 10111100 11000001 1110110 11 0 100111 11000 1000000 100110 111101

Color Harmonies of #BCC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC176

Black with #BCC176

Text Example


Text Example

White with #BCC176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC176; }

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

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

background-color css

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

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

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

border-color css

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

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

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