Html Css Color HEX #BABA7D Pine Glade

📋 copy color: '#BABA7D'

red 186 ◦ green 186 ◦ blue 125

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

Shades of Pine Glade #BABA7D

Tints of Pine Glade #BABA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 37.42%
G = 37.42%
B = 25.15%

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

#BABA7D (or 0xBABA7D) is known color: Pine Glade. HEX triplet: BA, BA and 7D. RGB value is (186,186,125). Sum of RGB (Red+Green+Blue) = 186+186+125=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA7D is #454582. Grayscale: #B3B3B3. Windows color (decimal): -4539779 or 8239802. OLE color: 8239802.

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

Color convert

RGB 186 186 125 -
CMYK 0 0 0.33 0.27
HSL 60º 0.31% 0.61% -
HSV(B) 60º 0.33% 0.73% -
XYZ 41.51 47.04 26.29 -
YUV 179.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 186 186 125 0 0 0.33 0.27 60 0.31 0.61
Hex BA BA 7D 0 0 21 1B 3C 1F 3D
Octal 272 272 175 0 0 41 33 74 37 75
Binary 10111010 10111010 1111101 0 0 100001 11011 111100 11111 111101

Color Harmonies of #BABA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA7D

Black with #BABA7D

Text Example


Text Example

White with #BABA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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