Html Css Color HEX #A8BB8A Norway

📋 copy color: '#A8BB8A'

red 168 ◦ green 187 ◦ blue 138

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

Shades of Norway #A8BB8A

Tints of Norway #A8BB8A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.93%

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 34.08%
G = 37.93%
B = 27.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#A8BB8A (or 0xA8BB8A) is known color: Norway. HEX triplet: A8, BB and 8A. RGB value is (168,187,138). Sum of RGB (Red+Green+Blue) = 168+187+138=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB8A is #574475. Grayscale: #AFAFAF. Windows color (decimal): -5719158 or 9092008. OLE color: 9092008.

HSL color Cylindrical-coordinate representation of color #A8BB8A: hue angle of 83.27º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8BB8A is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 138 -
CMYK 0.10 0 0.26 0.27
HSL 83.27º 0.26% 0.64% -
HSV(B) 83.27º 0.26% 0.73% -
XYZ 38.51 45.7 30.84 -
YUV 175.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 168 187 138 0.10 0 0.26 0.27 83.27 0.26 0.64
Hex A8 BB 8A A 0 1A 1B 53 1A 40
Octal 250 273 212 12 0 32 33 123 32 100
Binary 10101000 10111011 10001010 1010 0 11010 11011 1010011 11010 1000000

Color Harmonies of #A8BB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB8A

Black with #A8BB8A

Text Example


Text Example

White with #A8BB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB8A; }

 p { color: rgb(168,187,138); }

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

background-color css

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

 a { background-color: rgb(168,187,138); }

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

border-color css

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

 span { border-color: rgb(168,187,138); }

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