Html Css Color HEX #ABC395 Norway

📋 copy color: '#ABC395'

red 171 ◦ green 195 ◦ blue 149

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

Shades of Norway #ABC395

Tints of Norway #ABC395

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.86%

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

R = 33.2%
G = 37.86%
B = 28.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#ABC395 (or 0xABC395) is known color: Norway. HEX triplet: AB, C3 and 95. RGB value is (171,195,149). Sum of RGB (Red+Green+Blue) = 171+195+149=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC395 is #543C6A. Grayscale: #B6B6B6. Windows color (decimal): -5520491 or 9814955. OLE color: 9814955.

HSL color Cylindrical-coordinate representation of color #ABC395: hue angle of 91.3º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC395 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 149 -
CMYK 0.12 0 0.24 0.24
HSL 91.3º 0.28% 0.67% -
HSV(B) 91.3º 0.24% 0.76% -
XYZ 41.73 49.86 35.86 -
YUV 182.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 171 195 149 0.12 0 0.24 0.24 91.3 0.28 0.67
Hex AB C3 95 C 0 18 18 5B 1C 43
Octal 253 303 225 14 0 30 30 133 34 103
Binary 10101011 11000011 10010101 1100 0 11000 11000 1011011 11100 1000011

Color Harmonies of #ABC395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC395

Black with #ABC395

Text Example


Text Example

White with #ABC395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC395; }

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

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

background-color css

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

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

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

border-color css

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

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

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