Html Css Color HEX #A8B59B Norway

📋 copy color: '#A8B59B'

red 168 ◦ green 181 ◦ blue 155

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

Shades of Norway #A8B59B

Tints of Norway #A8B59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.75%

R = 33.33%
G = 35.91%
B = 30.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A8B59B (or 0xA8B59B) is known color: Norway. HEX triplet: A8, B5 and 9B. RGB value is (168,181,155). Sum of RGB (Red+Green+Blue) = 168+181+155=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B59B is #574A64. Grayscale: #AEAEAE. Windows color (decimal): -5720677 or 10204584. OLE color: 10204584.

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

Color convert

RGB 168 181 155 -
CMYK 0.07 0 0.14 0.29
HSL 90º 0.15% 0.66% -
HSV(B) 90º 0.14% 0.71% -
XYZ 38.59 43.74 37.42 -
YUV 174.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 168 181 155 0.07 0 0.14 0.29 90 0.15 0.66
Hex A8 B5 9B 7 0 E 1D 5A F 42
Octal 250 265 233 7 0 16 35 132 17 102
Binary 10101000 10110101 10011011 111 0 1110 11101 1011010 1111 1000010

Color Harmonies of #A8B59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B59B

Black with #A8B59B

Text Example


Text Example

White with #A8B59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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