Html Css Color HEX #BABA7F Pine Glade

📋 copy color: '#BABA7F'

red 186 ◦ green 186 ◦ blue 127

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

Shades of Pine Glade #BABA7F

Tints of Pine Glade #BABA7F

RGB

 RED value IS 186 (73.05% from 255) = 37.27%

 GREEN value IS 186 (73.05% from 255) = 37.27%

 BLUE value IS 127 (50% from 255) = 25.45%

R = 37.27%
G = 37.27%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BABA7F (or 0xBABA7F) is known color: Pine Glade. HEX triplet: BA, BA and 7F. RGB value is (186,186,127). Sum of RGB (Red+Green+Blue) = 186+186+127=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA7F is #454580. Grayscale: #B3B3B3. Windows color (decimal): -4539777 or 8370874. OLE color: 8370874.

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

Color convert

RGB 186 186 127 -
CMYK 0 0 0.32 0.27
HSL 60º 0.3% 0.61% -
HSV(B) 60º 0.32% 0.73% -
XYZ 41.64 47.09 26.97 -
YUV 179.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 186 186 127 0 0 0.32 0.27 60 0.3 0.61
Hex BA BA 7F 0 0 20 1B 3C 1E 3D
Octal 272 272 177 0 0 40 33 74 36 75
Binary 10111010 10111010 1111111 0 0 100000 11011 111100 11110 111101

Color Harmonies of #BABA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA7F

Black with #BABA7F

Text Example


Text Example

White with #BABA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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