Html Css Color HEX #ABC58A Norway

📋 copy color: '#ABC58A'

red 171 ◦ green 197 ◦ blue 138

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

Shades of Norway #ABC58A

Tints of Norway #ABC58A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.93%

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 33.79%
G = 38.93%
B = 27.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#ABC58A (or 0xABC58A) is known color: Norway. HEX triplet: AB, C5 and 8A. RGB value is (171,197,138). Sum of RGB (Red+Green+Blue) = 171+197+138=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC58A is #543A75. Grayscale: #B6B6B6. Windows color (decimal): -5519990 or 9094571. OLE color: 9094571.

HSL color Cylindrical-coordinate representation of color #ABC58A: hue angle of 86.44º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC58A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 138 -
CMYK 0.13 0 0.30 0.23
HSL 86.44º 0.34% 0.66% -
HSV(B) 86.44º 0.3% 0.77% -
XYZ 41.35 50.43 31.6 -
YUV 182.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 171 197 138 0.13 0 0.30 0.23 86.44 0.34 0.66
Hex AB C5 8A D 0 1E 17 56 22 42
Octal 253 305 212 15 0 36 27 126 42 102
Binary 10101011 11000101 10001010 1101 0 11110 10111 1010110 100010 1000010

Color Harmonies of #ABC58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC58A

Black with #ABC58A

Text Example


Text Example

White with #ABC58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC58A; }

 p { color: rgb(171,197,138); }

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

background-color css

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

 a { background-color: rgb(171,197,138); }

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

border-color css

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

 span { border-color: rgb(171,197,138); }

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