#BABA7B

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

Shades of Pine Glade #BABA7B

Tints of Pine Glade #BABA7B

Color information

#BABA7B (or 0xBABA7B) is unknown color: approx Pine Glade. HEX triplet: BA, BA and 7B. RGB value is (186,186,123). Sum of RGB (Red+Green+Blue) = 186+186+123=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA7B is #454584. Grayscale: #B3B3B3. Windows color (decimal): -4539781 or 8108730. OLE color: 8108730.

HSL color Cylindrical-coordinate representation of color #BABA7B: hue angle of 60º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BABA7B is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186186123-
CMYK000.340.27
HSL60º31.34%60.59%-
HSV(B)60º33.87%72.94%-
XYZ41.3846.9925.63-
YUV178.8296.5133.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 123 (48.44% from 255) = 24.85%
R=37.58%
G=37.58%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186123000.340.276031.3460.59
HexBABA7B00221B3c1f3d
Octal272272173004233743775
Binary10111010101110101111011001000101101111110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA7B; }

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

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

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

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

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

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

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

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