Html Css Color HEX #ABBD99 Norway

📋 copy color: '#ABBD99'

red 171 ◦ green 189 ◦ blue 153

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

Shades of Norway #ABBD99

Tints of Norway #ABBD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.82%

R = 33.33%
G = 36.84%
B = 29.82%

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

#ABBD99 (or 0xABBD99) is known color: Norway. HEX triplet: AB, BD and 99. RGB value is (171,189,153). Sum of RGB (Red+Green+Blue) = 171+189+153=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD99 is #544266. Grayscale: #B3B3B3. Windows color (decimal): -5522023 or 10075563. OLE color: 10075563.

HSL color Cylindrical-coordinate representation of color #ABBD99: hue angle of 90º 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 #ABBD99 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 153 -
CMYK 0.10 0 0.19 0.26
HSL 90º 0.21% 0.67% -
HSV(B) 90º 0.19% 0.74% -
XYZ 40.74 47.35 37.13 -
YUV 179.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 171 189 153 0.10 0 0.19 0.26 90 0.21 0.67
Hex AB BD 99 A 0 13 1A 5A 15 43
Octal 253 275 231 12 0 23 32 132 25 103
Binary 10101011 10111101 10011001 1010 0 10011 11010 1011010 10101 1000011

Color Harmonies of #ABBD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD99

Black with #ABBD99

Text Example


Text Example

White with #ABBD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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