Html Css Color HEX #ABB694 Green Spring

📋 copy color: '#ABB694'

red 171 ◦ green 182 ◦ blue 148

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

Shades of Green Spring #ABB694

Tints of Green Spring #ABB694

RGB

 RED value IS 171 (67.19% from 255) = 34.13%

 GREEN value IS 182 (71.48% from 255) = 36.33%

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 34.13%
G = 36.33%
B = 29.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#ABB694 (or 0xABB694) is known color: Green Spring. HEX triplet: AB, B6 and 94. RGB value is (171,182,148). Sum of RGB (Red+Green+Blue) = 171+182+148=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB694 is #54496B. Grayscale: #AEAEAE. Windows color (decimal): -5523820 or 9746091. OLE color: 9746091.

HSL color Cylindrical-coordinate representation of color #ABB694: hue angle of 79.41º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABB694 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 182 148 -
CMYK 0.06 0 0.19 0.29
HSL 79.41º 0.19% 0.65% -
HSV(B) 79.41º 0.19% 0.71% -
XYZ 38.87 44.25 34.51 -
YUV 174.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 171 182 148 0.06 0 0.19 0.29 79.41 0.19 0.65
Hex AB B6 94 6 0 13 1D 4F 13 41
Octal 253 266 224 6 0 23 35 117 23 101
Binary 10101011 10110110 10010100 110 0 10011 11101 1001111 10011 1000001

Color Harmonies of #ABB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB694

Black with #ABB694

Text Example


Text Example

White with #ABB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB694; }

 p { color: rgb(171,182,148); }

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

background-color css

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

 a { background-color: rgb(171,182,148); }

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

border-color css

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

 span { border-color: rgb(171,182,148); }

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