Html Css Color HEX #BABC7B Pine Glade

📋 copy color: '#BABC7B'

red 186 ◦ green 188 ◦ blue 123

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

Shades of Pine Glade #BABC7B

Tints of Pine Glade #BABC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.75%

R = 37.42%
G = 37.83%
B = 24.75%

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

#BABC7B (or 0xBABC7B) is known color: Pine Glade. HEX triplet: BA, BC and 7B. RGB value is (186,188,123). Sum of RGB (Red+Green+Blue) = 186+188+123=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC7B is #454384. Grayscale: #B4B4B4. Windows color (decimal): -4539269 or 8109242. OLE color: 8109242.

HSL color Cylindrical-coordinate representation of color #BABC7B: hue angle of 61.85º 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 #BABC7B is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 123 -
CMYK 0.01 0 0.35 0.26
HSL 61.85º 0.33% 0.61% -
HSV(B) 61.85º 0.35% 0.74% -
XYZ 41.81 47.84 25.77 -
YUV 179.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 186 188 123 0.01 0 0.35 0.26 61.85 0.33 0.61
Hex BA BC 7B 1 0 23 1A 3E 21 3D
Octal 272 274 173 1 0 43 32 76 41 75
Binary 10111010 10111100 1111011 1 0 100011 11010 111110 100001 111101

Color Harmonies of #BABC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC7B

Black with #BABC7B

Text Example


Text Example

White with #BABC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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