Html Css Color HEX #ABBD93 Norway

📋 copy color: '#ABBD93'

red 171 ◦ green 189 ◦ blue 147

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

Shades of Norway #ABBD93

Tints of Norway #ABBD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.99%

R = 33.73%
G = 37.28%
B = 28.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#ABBD93 (or 0xABBD93) is known color: Norway. HEX triplet: AB, BD and 93. RGB value is (171,189,147). Sum of RGB (Red+Green+Blue) = 171+189+147=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD93 is #54426C. Grayscale: #B2B2B2. Windows color (decimal): -5522029 or 9682347. OLE color: 9682347.

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

Color convert

RGB 171 189 147 -
CMYK 0.10 0 0.22 0.26
HSL 85.71º 0.24% 0.66% -
HSV(B) 85.71º 0.22% 0.74% -
XYZ 40.26 47.16 34.58 -
YUV 178.83 110.04 122.42 -
System Red Green Blue C M Y K H S L
Decimal 171 189 147 0.10 0 0.22 0.26 85.71 0.24 0.66
Hex AB BD 93 A 0 16 1A 56 18 42
Octal 253 275 223 12 0 26 32 126 30 102
Binary 10101011 10111101 10010011 1010 0 10110 11010 1010110 11000 1000010

Color Harmonies of #ABBD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD93

Black with #ABBD93

Text Example


Text Example

White with #ABBD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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