#BAC67B

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

Shades of Pine Glade #BAC67B

Tints of Pine Glade #BAC67B

Color information

#BAC67B (or 0xBAC67B) is unknown color: approx Pine Glade. HEX triplet: BA, C6 and 7B. RGB value is (186,198,123). Sum of RGB (Red+Green+Blue) = 186+198+123=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC67B is #453984. Grayscale: #BABABA. Windows color (decimal): -4536709 or 8111802. OLE color: 8111802.

HSL color Cylindrical-coordinate representation of color #BAC67B: hue angle of 69.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAC67B is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB186198123-
CMYK0.0600.380.22
HSL69.6º39.68%62.94%-
HSV(B)69.6º37.88%77.65%-
XYZ44.0252.2626.51-
YUV185.8692.52128.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=36.69%
G=39.05%
B=24.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981230.0600.380.2269.639.6862.94
HexBAC67B60261646283f
Octal2723061736046261065077
Binary101110101100011011110111100100110101101000110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC67B; }

 p { color: rgb(186,198,123); }

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

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

 a { background-color: rgb(186,198,123); }

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

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

 span { border-color: rgb(186,198,123); }

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