#BABE7A

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

Shades of Pine Glade #BABE7A

Tints of Pine Glade #BABE7A

Color information

#BABE7A (or 0xBABE7A) is unknown color: approx Pine Glade. HEX triplet: BA, BE and 7A. RGB value is (186,190,122). Sum of RGB (Red+Green+Blue) = 186+190+122=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABE7A is #454185. Grayscale: #B5B5B5. Windows color (decimal): -4538758 or 8044218. OLE color: 8044218.

HSL color Cylindrical-coordinate representation of color #BABE7A: hue angle of 63.53º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BABE7A is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB186190122-
CMYK0.0200.360.25
HSL63.53º34.34%61.18%-
HSV(B)63.53º35.79%74.51%-
XYZ42.1848.6725.58-
YUV181.0594.67131.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 122 (48.05% from 255) = 24.50%
R=37.35%
G=38.15%
B=24.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901220.0200.360.2563.5334.3461.18
HexBABE7A20241940223d
Octal2722761722044311004275
Binary10111010101111101111010100100100110011000000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE7A; }

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

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

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

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

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

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

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

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