Html Css Color HEX #BCC776 Pine Glade

📋 copy color: '#BCC776'

red 188 ◦ green 199 ◦ blue 118

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

Shades of Pine Glade #BCC776

Tints of Pine Glade #BCC776

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.41%

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

R = 37.23%
G = 39.41%
B = 23.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BCC776 (or 0xBCC776) is known color: Pine Glade. HEX triplet: BC, C7 and 76. RGB value is (188,199,118). Sum of RGB (Red+Green+Blue) = 188+199+118=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC776 is #433889. Grayscale: #BABABA. Windows color (decimal): -4405386 or 7784380. OLE color: 7784380.

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

Color convert

RGB 188 199 118 -
CMYK 0.06 0 0.41 0.22
HSL 68.15º 0.42% 0.62% -
HSV(B) 68.15º 0.41% 0.78% -
XYZ 44.43 52.85 25 -
YUV 186.48 89.36 129.09 -
System Red Green Blue C M Y K H S L
Decimal 188 199 118 0.06 0 0.41 0.22 68.15 0.42 0.62
Hex BC C7 76 6 0 29 16 44 2A 3E
Octal 274 307 166 6 0 51 26 104 52 76
Binary 10111100 11000111 1110110 110 0 101001 10110 1000100 101010 111110

Color Harmonies of #BCC776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC776

Black with #BCC776

Text Example


Text Example

White with #BCC776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC776; }

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

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

background-color css

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

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

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

border-color css

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

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

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