Html Css Color HEX #ABC795 Norway

📋 copy color: '#ABC795'

red 171 ◦ green 199 ◦ blue 149

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

Shades of Norway #ABC795

Tints of Norway #ABC795

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.34%

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 32.95%
G = 38.34%
B = 28.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#ABC795 (or 0xABC795) is known color: Norway. HEX triplet: AB, C7 and 95. RGB value is (171,199,149). Sum of RGB (Red+Green+Blue) = 171+199+149=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC795 is #54386A. Grayscale: #B9B9B9. Windows color (decimal): -5519467 or 9815979. OLE color: 9815979.

HSL color Cylindrical-coordinate representation of color #ABC795: hue angle of 93.6º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC795 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 199 149 -
CMYK 0.14 0 0.25 0.22
HSL 93.6º 0.31% 0.68% -
HSV(B) 93.6º 0.25% 0.78% -
XYZ 42.64 51.67 36.16 -
YUV 184.93 107.72 118.07 -
System Red Green Blue C M Y K H S L
Decimal 171 199 149 0.14 0 0.25 0.22 93.6 0.31 0.68
Hex AB C7 95 E 0 19 16 5E 1F 44
Octal 253 307 225 16 0 31 26 136 37 104
Binary 10101011 11000111 10010101 1110 0 11001 10110 1011110 11111 1000100

Color Harmonies of #ABC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC795

Black with #ABC795

Text Example


Text Example

White with #ABC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC795; }

 p { color: rgb(171,199,149); }

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

background-color css

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

 a { background-color: rgb(171,199,149); }

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

border-color css

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

 span { border-color: rgb(171,199,149); }

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