Html Css Color HEX #BABA7E Pine Glade

📋 copy color: '#BABA7E'

red 186 ◦ green 186 ◦ blue 126

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

Shades of Pine Glade #BABA7E

Tints of Pine Glade #BABA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.3%

R = 37.35%
G = 37.35%
B = 25.3%

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

#BABA7E (or 0xBABA7E) is known color: Pine Glade. HEX triplet: BA, BA and 7E. RGB value is (186,186,126). Sum of RGB (Red+Green+Blue) = 186+186+126=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA7E is #454581. Grayscale: #B3B3B3. Windows color (decimal): -4539778 or 8305338. OLE color: 8305338.

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

Color convert

RGB 186 186 126 -
CMYK 0 0 0.32 0.27
HSL 60º 0.3% 0.61% -
HSV(B) 60º 0.32% 0.73% -
XYZ 41.57 47.06 26.63 -
YUV 179.16 98 132.88 -
System Red Green Blue C M Y K H S L
Decimal 186 186 126 0 0 0.32 0.27 60 0.3 0.61
Hex BA BA 7E 0 0 20 1B 3C 1E 3D
Octal 272 272 176 0 0 40 33 74 36 75
Binary 10111010 10111010 1111110 0 0 100000 11011 111100 11110 111101

Color Harmonies of #BABA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA7E

Black with #BABA7E

Text Example


Text Example

White with #BABA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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