#BACA7A

Color #BACA7A Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BACA7A

Tints of Pine Glade #BACA7A

Color information

#BACA7A (or 0xBACA7A) is unknown color: approx Pine Glade. HEX triplet: BA, CA and 7A. RGB value is (186,202,122). Sum of RGB (Red+Green+Blue) = 186+202+122=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA7A is #453585. Grayscale: #BCBCBC. Windows color (decimal): -4535686 or 8047290. OLE color: 8047290.

HSL color Cylindrical-coordinate representation of color #BACA7A: hue angle of 72º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BACA7A is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB186202122-
CMYK0.0800.400.21
HSL72º43.01%63.53%-
HSV(B)72º39.6%79.22%-
XYZ44.8854.0926.49-
YUV188.190.7126.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=36.47%
G=39.61%
B=23.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021220.0800.400.217243.0163.53
HexBACA7A802815482b40
Octal272312172100502511053100
Binary10111010110010101111010100001010001010110010001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA7A; }

 p { color: rgb(186,202,122); }

 H1.HeaderClassName
 {
   color: #BACA7A;
 }
 .AnyTagClassName
 {
   color: #BACA7A;
 }
</style>
background-color css

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

 a { background-color: rgb(186,202,122); }

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

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

 span { border-color: rgb(186,202,122); }

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