Html Css Color HEX #BCC676 Pine Glade

📋 copy color: '#BCC676'

red 188 ◦ green 198 ◦ blue 118

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

Shades of Pine Glade #BCC676

Tints of Pine Glade #BCC676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.29%

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

R = 37.3%
G = 39.29%
B = 23.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#BCC676 (or 0xBCC676) is known color: Pine Glade. HEX triplet: BC, C6 and 76. RGB value is (188,198,118). Sum of RGB (Red+Green+Blue) = 188+198+118=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC676 is #433989. Grayscale: #BABABA. Windows color (decimal): -4405642 or 7784124. OLE color: 7784124.

HSL color Cylindrical-coordinate representation of color #BCC676: hue angle of 67.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCC676 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 118 -
CMYK 0.05 0 0.40 0.22
HSL 67.5º 0.41% 0.62% -
HSV(B) 67.5º 0.4% 0.78% -
XYZ 44.2 52.39 24.92 -
YUV 185.89 89.69 129.5 -
System Red Green Blue C M Y K H S L
Decimal 188 198 118 0.05 0 0.40 0.22 67.5 0.41 0.62
Hex BC C6 76 5 0 28 16 44 29 3E
Octal 274 306 166 5 0 50 26 104 51 76
Binary 10111100 11000110 1110110 101 0 101000 10110 1000100 101001 111110

Color Harmonies of #BCC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC676

Black with #BCC676

Text Example


Text Example

White with #BCC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC676; }

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

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

background-color css

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

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

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

border-color css

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

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

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