Html Css Color HEX #ABC29A Norway

📋 copy color: '#ABC29A'

red 171 ◦ green 194 ◦ blue 154

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

Shades of Norway #ABC29A

Tints of Norway #ABC29A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.38%

 BLUE value IS 154 (60.55% from 255) = 29.67%

R = 32.95%
G = 37.38%
B = 29.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#ABC29A (or 0xABC29A) is known color: Norway. HEX triplet: AB, C2 and 9A. RGB value is (171,194,154). Sum of RGB (Red+Green+Blue) = 171+194+154=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC29A is #543D65. Grayscale: #B6B6B6. Windows color (decimal): -5520742 or 10142379. OLE color: 10142379.

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

Color convert

RGB 171 194 154 -
CMYK 0.12 0 0.21 0.24
HSL 94.5º 0.25% 0.68% -
HSV(B) 94.5º 0.21% 0.76% -
XYZ 41.92 49.57 37.93 -
YUV 182.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 171 194 154 0.12 0 0.21 0.24 94.5 0.25 0.68
Hex AB C2 9A C 0 15 18 5E 19 44
Octal 253 302 232 14 0 25 30 136 31 104
Binary 10101011 11000010 10011010 1100 0 10101 11000 1011110 11001 1000100

Color Harmonies of #ABC29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC29A

Black with #ABC29A

Text Example


Text Example

White with #ABC29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC29A; }

 p { color: rgb(171,194,154); }

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

background-color css

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

 a { background-color: rgb(171,194,154); }

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

border-color css

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

 span { border-color: rgb(171,194,154); }

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