Html Css Color HEX #ABBB9A Norway

📋 copy color: '#ABBB9A'

red 171 ◦ green 187 ◦ blue 154

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

Shades of Norway #ABBB9A

Tints of Norway #ABBB9A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

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

R = 33.4%
G = 36.52%
B = 30.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#ABBB9A (or 0xABBB9A) is known color: Norway. HEX triplet: AB, BB and 9A. RGB value is (171,187,154). Sum of RGB (Red+Green+Blue) = 171+187+154=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB9A is #544465. Grayscale: #B2B2B2. Windows color (decimal): -5522534 or 10140587. OLE color: 10140587.

HSL color Cylindrical-coordinate representation of color #ABBB9A: hue angle of 89.09º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBB9A is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 154 -
CMYK 0.09 0 0.18 0.27
HSL 89.09º 0.2% 0.67% -
HSV(B) 89.09º 0.18% 0.73% -
XYZ 40.4 46.53 37.42 -
YUV 178.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 171 187 154 0.09 0 0.18 0.27 89.09 0.2 0.67
Hex AB BB 9A 9 0 12 1B 59 14 43
Octal 253 273 232 11 0 22 33 131 24 103
Binary 10101011 10111011 10011010 1001 0 10010 11011 1011001 10100 1000011

Color Harmonies of #ABBB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB9A

Black with #ABBB9A

Text Example


Text Example

White with #ABBB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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