Html Css Color HEX #BCC977 Pine Glade

📋 copy color: '#BCC977'

red 188 ◦ green 201 ◦ blue 119

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

Shades of Pine Glade #BCC977

Tints of Pine Glade #BCC977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.43%

R = 37.01%
G = 39.57%
B = 23.43%

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

#BCC977 (or 0xBCC977) is known color: Pine Glade. HEX triplet: BC, C9 and 77. RGB value is (188,201,119). Sum of RGB (Red+Green+Blue) = 188+201+119=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC977 is #433688. Grayscale: #BCBCBC. Windows color (decimal): -4404873 or 7850428. OLE color: 7850428.

HSL color Cylindrical-coordinate representation of color #BCC977: hue angle of 69.51º 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 #BCC977 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 119 -
CMYK 0.06 0 0.41 0.21
HSL 69.51º 0.43% 0.63% -
HSV(B) 69.51º 0.41% 0.79% -
XYZ 44.96 53.8 25.47 -
YUV 187.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 188 201 119 0.06 0 0.41 0.21 69.51 0.43 0.63
Hex BC C9 77 6 0 29 15 46 2B 3F
Octal 274 311 167 6 0 51 25 106 53 77
Binary 10111100 11001001 1110111 110 0 101001 10101 1000110 101011 111111

Color Harmonies of #BCC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC977

Black with #BCC977

Text Example


Text Example

White with #BCC977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC977; }

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

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

background-color css

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

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

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

border-color css

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

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

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