Html Css Color HEX #ABBE92 Norway

📋 copy color: '#ABBE92'

red 171 ◦ green 190 ◦ blue 146

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

Shades of Norway #ABBE92

Tints of Norway #ABBE92

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.48%

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

R = 33.73%
G = 37.48%
B = 28.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#ABBE92 (or 0xABBE92) is known color: Norway. HEX triplet: AB, BE and 92. RGB value is (171,190,146). Sum of RGB (Red+Green+Blue) = 171+190+146=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE92 is #54416D. Grayscale: #B3B3B3. Windows color (decimal): -5521774 or 9617067. OLE color: 9617067.

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

Color convert

RGB 171 190 146 -
CMYK 0.10 0 0.23 0.25
HSL 85.91º 0.25% 0.66% -
HSV(B) 85.91º 0.23% 0.75% -
XYZ 40.4 47.56 34.25 -
YUV 179.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 171 190 146 0.10 0 0.23 0.25 85.91 0.25 0.66
Hex AB BE 92 A 0 17 19 56 19 42
Octal 253 276 222 12 0 27 31 126 31 102
Binary 10101011 10111110 10010010 1010 0 10111 11001 1010110 11001 1000010

Color Harmonies of #ABBE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE92

Black with #ABBE92

Text Example


Text Example

White with #ABBE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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