Html Css Color HEX #BCC976 Pine Glade

📋 copy color: '#BCC976'

red 188 ◦ green 201 ◦ blue 118

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

Shades of Pine Glade #BCC976

Tints of Pine Glade #BCC976

RGB

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

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

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

R = 37.08%
G = 39.64%
B = 23.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#BCC976 (or 0xBCC976) is known color: Pine Glade. HEX triplet: BC, C9 and 76. RGB value is (188,201,118). Sum of RGB (Red+Green+Blue) = 188+201+118=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC976 is #433689. Grayscale: #BBBBBB. Windows color (decimal): -4404874 or 7784892. OLE color: 7784892.

HSL color Cylindrical-coordinate representation of color #BCC976: hue angle of 69.4º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCC976 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 118 -
CMYK 0.06 0 0.41 0.21
HSL 69.4º 0.43% 0.63% -
HSV(B) 69.4º 0.41% 0.79% -
XYZ 44.9 53.77 25.15 -
YUV 187.65 88.69 128.25 -
System Red Green Blue C M Y K H S L
Decimal 188 201 118 0.06 0 0.41 0.21 69.4 0.43 0.63
Hex BC C9 76 6 0 29 15 45 2B 3F
Octal 274 311 166 6 0 51 25 105 53 77
Binary 10111100 11001001 1110110 110 0 101001 10101 1000101 101011 111111

Color Harmonies of #BCC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC976

Black with #BCC976

Text Example


Text Example

White with #BCC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC976; }

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

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

background-color css

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

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

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

border-color css

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

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

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