Html Css Color HEX #ABC08D Norway

📋 copy color: '#ABC08D'

red 171 ◦ green 192 ◦ blue 141

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

Shades of Norway #ABC08D

Tints of Norway #ABC08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.1%

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 33.93%
G = 38.1%
B = 27.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#ABC08D (or 0xABC08D) is known color: Norway. HEX triplet: AB, C0 and 8D. RGB value is (171,192,141). Sum of RGB (Red+Green+Blue) = 171+192+141=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC08D is #543F72. Grayscale: #B4B4B4. Windows color (decimal): -5521267 or 9289899. OLE color: 9289899.

HSL color Cylindrical-coordinate representation of color #ABC08D: hue angle of 84.71º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABC08D is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 141 -
CMYK 0.11 0 0.27 0.25
HSL 84.71º 0.29% 0.65% -
HSV(B) 84.71º 0.27% 0.75% -
XYZ 40.45 48.28 32.39 -
YUV 179.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 171 192 141 0.11 0 0.27 0.25 84.71 0.29 0.65
Hex AB C0 8D B 0 1B 19 55 1D 41
Octal 253 300 215 13 0 33 31 125 35 101
Binary 10101011 11000000 10001101 1011 0 11011 11001 1010101 11101 1000001

Color Harmonies of #ABC08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC08D

Black with #ABC08D

Text Example


Text Example

White with #ABC08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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