Html Css Color HEX #A8B592 Norway

📋 copy color: '#A8B592'

red 168 ◦ green 181 ◦ blue 146

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

Shades of Norway #A8B592

Tints of Norway #A8B592

RGB

 RED value IS 168 (66.02% from 255) = 33.94%

 GREEN value IS 181 (71.09% from 255) = 36.57%

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

R = 33.94%
G = 36.57%
B = 29.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A8B592 (or 0xA8B592) is known color: Norway. HEX triplet: A8, B5 and 92. RGB value is (168,181,146). Sum of RGB (Red+Green+Blue) = 168+181+146=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B592 is #574A6D. Grayscale: #ADADAD. Windows color (decimal): -5720686 or 9614760. OLE color: 9614760.

HSL color Cylindrical-coordinate representation of color #A8B592: hue angle of 82.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8B592 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 181 146 -
CMYK 0.07 0 0.19 0.29
HSL 82.29º 0.19% 0.64% -
HSV(B) 82.29º 0.19% 0.71% -
XYZ 37.86 43.45 33.58 -
YUV 173.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 168 181 146 0.07 0 0.19 0.29 82.29 0.19 0.64
Hex A8 B5 92 7 0 13 1D 52 13 40
Octal 250 265 222 7 0 23 35 122 23 100
Binary 10101000 10110101 10010010 111 0 10011 11101 1010010 10011 1000000

Color Harmonies of #A8B592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B592

Black with #A8B592

Text Example


Text Example

White with #A8B592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B592; }

 p { color: rgb(168,181,146); }

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

background-color css

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

 a { background-color: rgb(168,181,146); }

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

border-color css

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

 span { border-color: rgb(168,181,146); }

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