#ABC38D

Color #ABC38D Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #ABC38D

Tints of Norway #ABC38D

Color information

#ABC38D (or 0xABC38D) is unknown color: approx Norway. HEX triplet: AB, C3 and 8D. RGB value is (171,195,141). Sum of RGB (Red+Green+Blue) = 171+195+141=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC38D is #543C72. Grayscale: #B5B5B5. Windows color (decimal): -5520499 or 9290667. OLE color: 9290667.

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

Color convert

RGB171195141-
CMYK0.1200.280.24
HSL86.67º31.03%65.88%-
HSV(B)86.67º27.69%76.47%-
XYZ41.1249.6132.61-
YUV181.67105.05120.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=33.73%
G=38.46%
B=27.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951410.1200.280.2486.6731.0365.88
HexABC38DC01C18571f42
Octal253303215140343012737102
Binary1010101111000011100011011100011100110001010111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC38D; }

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

 H1.HeaderClassName
 {
   color: #ABC38D;
 }
 .AnyTagClassName
 {
   color: #ABC38D;
 }
</style>
background-color css

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

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

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

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

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

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