Html Css Color HEX #BABC7A Pine Glade

📋 copy color: '#BABC7A'

red 186 ◦ green 188 ◦ blue 122

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

Shades of Pine Glade #BABC7A

Tints of Pine Glade #BABC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

 BLUE value IS 122 (48.05% from 255) = 24.6%

R = 37.5%
G = 37.9%
B = 24.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BABC7A (or 0xBABC7A) is known color: Pine Glade. HEX triplet: BA, BC and 7A. RGB value is (186,188,122). Sum of RGB (Red+Green+Blue) = 186+188+122=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC7A is #454385. Grayscale: #B4B4B4. Windows color (decimal): -4539270 or 8043706. OLE color: 8043706.

HSL color Cylindrical-coordinate representation of color #BABC7A: hue angle of 61.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BABC7A is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 122 -
CMYK 0.01 0 0.35 0.26
HSL 61.82º 0.33% 0.61% -
HSV(B) 61.82º 0.35% 0.74% -
XYZ 41.75 47.81 25.44 -
YUV 179.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 186 188 122 0.01 0 0.35 0.26 61.82 0.33 0.61
Hex BA BC 7A 1 0 23 1A 3E 21 3D
Octal 272 274 172 1 0 43 32 76 41 75
Binary 10111010 10111100 1111010 1 0 100011 11010 111110 100001 111101

Color Harmonies of #BABC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC7A

Black with #BABC7A

Text Example


Text Example

White with #BABC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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