Html Css Color HEX #BCC076 Pine Glade

📋 copy color: '#BCC076'

red 188 ◦ green 192 ◦ blue 118

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

Shades of Pine Glade #BCC076

Tints of Pine Glade #BCC076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.55%

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

R = 37.75%
G = 38.55%
B = 23.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BCC076 (or 0xBCC076) is known color: Pine Glade. HEX triplet: BC, C0 and 76. RGB value is (188,192,118). Sum of RGB (Red+Green+Blue) = 188+192+118=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC076 is #433F89. Grayscale: #B6B6B6. Windows color (decimal): -4407178 or 7782588. OLE color: 7782588.

HSL color Cylindrical-coordinate representation of color #BCC076: hue angle of 63.24º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCC076 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 118 -
CMYK 0.02 0 0.39 0.25
HSL 63.24º 0.37% 0.61% -
HSV(B) 63.24º 0.39% 0.75% -
XYZ 42.86 49.7 24.47 -
YUV 182.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 188 192 118 0.02 0 0.39 0.25 63.24 0.37 0.61
Hex BC C0 76 2 0 27 19 3F 25 3D
Octal 274 300 166 2 0 47 31 77 45 75
Binary 10111100 11000000 1110110 10 0 100111 11001 111111 100101 111101

Color Harmonies of #BCC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC076

Black with #BCC076

Text Example


Text Example

White with #BCC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC076; }

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

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

background-color css

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

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

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

border-color css

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

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

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