Html Css Color HEX #ABBD92 Norway

📋 copy color: '#ABBD92'

red 171 ◦ green 189 ◦ blue 146

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

Shades of Norway #ABBD92

Tints of Norway #ABBD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.85%

R = 33.79%
G = 37.35%
B = 28.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#ABBD92 (or 0xABBD92) is known color: Norway. HEX triplet: AB, BD and 92. RGB value is (171,189,146). Sum of RGB (Red+Green+Blue) = 171+189+146=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD92 is #54426D. Grayscale: #B2B2B2. Windows color (decimal): -5522030 or 9616811. OLE color: 9616811.

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

Color convert

RGB 171 189 146 -
CMYK 0.10 0 0.23 0.26
HSL 85.12º 0.25% 0.66% -
HSV(B) 85.12º 0.23% 0.74% -
XYZ 40.18 47.13 34.17 -
YUV 178.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 171 189 146 0.10 0 0.23 0.26 85.12 0.25 0.66
Hex AB BD 92 A 0 17 1A 55 19 42
Octal 253 275 222 12 0 27 32 125 31 102
Binary 10101011 10111101 10010010 1010 0 10111 11010 1010101 11001 1000010

Color Harmonies of #ABBD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD92

Black with #ABBD92

Text Example


Text Example

White with #ABBD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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