Html Css Color HEX #ABBD9A Norway

📋 copy color: '#ABBD9A'

red 171 ◦ green 189 ◦ blue 154

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

Shades of Norway #ABBD9A

Tints of Norway #ABBD9A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.77%

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

R = 33.27%
G = 36.77%
B = 29.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#ABBD9A (or 0xABBD9A) is known color: Norway. HEX triplet: AB, BD and 9A. RGB value is (171,189,154). Sum of RGB (Red+Green+Blue) = 171+189+154=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD9A is #544265. Grayscale: #B3B3B3. Windows color (decimal): -5522022 or 10141099. OLE color: 10141099.

HSL color Cylindrical-coordinate representation of color #ABBD9A: hue angle of 90.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBD9A is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 154 -
CMYK 0.10 0 0.19 0.26
HSL 90.86º 0.21% 0.67% -
HSV(B) 90.86º 0.19% 0.74% -
XYZ 40.82 47.39 37.57 -
YUV 179.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 171 189 154 0.10 0 0.19 0.26 90.86 0.21 0.67
Hex AB BD 9A A 0 13 1A 5B 15 43
Octal 253 275 232 12 0 23 32 133 25 103
Binary 10101011 10111101 10011010 1010 0 10011 11010 1011011 10101 1000011

Color Harmonies of #ABBD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD9A

Black with #ABBD9A

Text Example


Text Example

White with #ABBD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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