Html Css Color HEX #BCCE76 Pine Glade

📋 copy color: '#BCCE76'

red 188 ◦ green 206 ◦ blue 118

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

Shades of Pine Glade #BCCE76

Tints of Pine Glade #BCCE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.23%

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

R = 36.72%
G = 40.23%
B = 23.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#BCCE76 (or 0xBCCE76) is known color: Pine Glade. HEX triplet: BC, CE and 76. RGB value is (188,206,118). Sum of RGB (Red+Green+Blue) = 188+206+118=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE76 is #433189. Grayscale: #BEBEBE. Windows color (decimal): -4403594 or 7786172. OLE color: 7786172.

HSL color Cylindrical-coordinate representation of color #BCCE76: hue angle of 72.27º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCCE76 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 118 -
CMYK 0.09 0 0.43 0.19
HSL 72.27º 0.47% 0.64% -
HSV(B) 72.27º 0.43% 0.81% -
XYZ 46.08 56.14 25.55 -
YUV 190.59 87.04 126.16 -
System Red Green Blue C M Y K H S L
Decimal 188 206 118 0.09 0 0.43 0.19 72.27 0.47 0.64
Hex BC CE 76 9 0 2B 13 48 2F 40
Octal 274 316 166 11 0 53 23 110 57 100
Binary 10111100 11001110 1110110 1001 0 101011 10011 1001000 101111 1000000

Color Harmonies of #BCCE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE76

Black with #BCCE76

Text Example


Text Example

White with #BCCE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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