Html Css Color HEX #BABA7C Pine Glade

📋 copy color: '#BABA7C'

red 186 ◦ green 186 ◦ blue 124

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

Shades of Pine Glade #BABA7C

Tints of Pine Glade #BABA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25%

R = 37.5%
G = 37.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BABA7C (or 0xBABA7C) is known color: Pine Glade. HEX triplet: BA, BA and 7C. RGB value is (186,186,124). Sum of RGB (Red+Green+Blue) = 186+186+124=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA7C is #454583. Grayscale: #B3B3B3. Windows color (decimal): -4539780 or 8174266. OLE color: 8174266.

HSL color Cylindrical-coordinate representation of color #BABA7C: 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.33%. Process color model (Four color, CMYK) of #BABA7C is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 186 124 -
CMYK 0 0 0.33 0.27
HSL 60º 0.31% 0.61% -
HSV(B) 60º 0.33% 0.73% -
XYZ 41.45 47.01 25.96 -
YUV 178.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 186 186 124 0 0 0.33 0.27 60 0.31 0.61
Hex BA BA 7C 0 0 21 1B 3C 1F 3D
Octal 272 272 174 0 0 41 33 74 37 75
Binary 10111010 10111010 1111100 0 0 100001 11011 111100 11111 111101

Color Harmonies of #BABA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA7C

Black with #BABA7C

Text Example


Text Example

White with #BABA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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