Html Css Color HEX #BCBD76 Pine Glade

📋 copy color: '#BCBD76'

red 188 ◦ green 189 ◦ blue 118

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

Shades of Pine Glade #BCBD76

Tints of Pine Glade #BCBD76

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

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

R = 37.98%
G = 38.18%
B = 23.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCBD76 (or 0xBCBD76) is known color: Pine Glade. HEX triplet: BC, BD and 76. RGB value is (188,189,118). Sum of RGB (Red+Green+Blue) = 188+189+118=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD76 is #434289. Grayscale: #B4B4B4. Windows color (decimal): -4407946 or 7781820. OLE color: 7781820.

HSL color Cylindrical-coordinate representation of color #BCBD76: hue angle of 60.85º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCBD76 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 118 -
CMYK 0.01 0 0.38 0.26
HSL 60.85º 0.35% 0.6% -
HSV(B) 60.85º 0.38% 0.74% -
XYZ 42.21 48.39 24.26 -
YUV 180.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 188 189 118 0.01 0 0.38 0.26 60.85 0.35 0.6
Hex BC BD 76 1 0 26 1A 3D 23 3C
Octal 274 275 166 1 0 46 32 75 43 74
Binary 10111100 10111101 1110110 1 0 100110 11010 111101 100011 111100

Color Harmonies of #BCBD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD76

Black with #BCBD76

Text Example


Text Example

White with #BCBD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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