Html Css Color HEX #BCBE84 Pine Glade

📋 copy color: '#BCBE84'

red 188 ◦ green 190 ◦ blue 132

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

Shades of Pine Glade #BCBE84

Tints of Pine Glade #BCBE84

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.25%

 BLUE value IS 132 (51.95% from 255) = 25.88%

R = 36.86%
G = 37.25%
B = 25.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BCBE84 (or 0xBCBE84) is known color: Pine Glade. HEX triplet: BC, BE and 84. RGB value is (188,190,132). Sum of RGB (Red+Green+Blue) = 188+190+132=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE84 is #43417B. Grayscale: #B7B7B7. Windows color (decimal): -4407676 or 8699580. OLE color: 8699580.

HSL color Cylindrical-coordinate representation of color #BCBE84: hue angle of 62.07º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCBE84 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 190 132 -
CMYK 0.01 0 0.31 0.25
HSL 62.07º 0.31% 0.63% -
HSV(B) 62.07º 0.31% 0.75% -
XYZ 43.32 49.18 29.04 -
YUV 182.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 188 190 132 0.01 0 0.31 0.25 62.07 0.31 0.63
Hex BC BE 84 1 0 1F 19 3E 1F 3F
Octal 274 276 204 1 0 37 31 76 37 77
Binary 10111100 10111110 10000100 1 0 11111 11001 111110 11111 111111

Color Harmonies of #BCBE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE84

Black with #BCBE84

Text Example


Text Example

White with #BCBE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE84; }

 p { color: rgb(188,190,132); }

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

background-color css

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

 a { background-color: rgb(188,190,132); }

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

border-color css

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

 span { border-color: rgb(188,190,132); }

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