Html Css Color HEX #ABC29B Norway

📋 copy color: '#ABC29B'

red 171 ◦ green 194 ◦ blue 155

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

Shades of Norway #ABC29B

Tints of Norway #ABC29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.81%

R = 32.88%
G = 37.31%
B = 29.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#ABC29B (or 0xABC29B) is known color: Norway. HEX triplet: AB, C2 and 9B. RGB value is (171,194,155). Sum of RGB (Red+Green+Blue) = 171+194+155=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC29B is #543D64. Grayscale: #B6B6B6. Windows color (decimal): -5520741 or 10207915. OLE color: 10207915.

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

Color convert

RGB 171 194 155 -
CMYK 0.12 0 0.20 0.24
HSL 95.38º 0.24% 0.68% -
HSV(B) 95.38º 0.2% 0.76% -
XYZ 42 49.61 38.37 -
YUV 182.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 171 194 155 0.12 0 0.20 0.24 95.38 0.24 0.68
Hex AB C2 9B C 0 14 18 5F 18 44
Octal 253 302 233 14 0 24 30 137 30 104
Binary 10101011 11000010 10011011 1100 0 10100 11000 1011111 11000 1000100

Color Harmonies of #ABC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC29B

Black with #ABC29B

Text Example


Text Example

White with #ABC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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