Html Css Color HEX #A8BE8A Norway

📋 copy color: '#A8BE8A'

red 168 ◦ green 190 ◦ blue 138

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

Shades of Norway #A8BE8A

Tints of Norway #A8BE8A

RGB

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

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

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

R = 33.87%
G = 38.31%
B = 27.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#A8BE8A (or 0xA8BE8A) is known color: Norway. HEX triplet: A8, BE and 8A. RGB value is (168,190,138). Sum of RGB (Red+Green+Blue) = 168+190+138=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE8A is #574175. Grayscale: #B1B1B1. Windows color (decimal): -5718390 or 9092776. OLE color: 9092776.

HSL color Cylindrical-coordinate representation of color #A8BE8A: hue angle of 85.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8BE8A is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 190 138 -
CMYK 0.12 0 0.27 0.25
HSL 85.38º 0.29% 0.64% -
HSV(B) 85.38º 0.27% 0.75% -
XYZ 39.15 46.99 31.05 -
YUV 177.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 168 190 138 0.12 0 0.27 0.25 85.38 0.29 0.64
Hex A8 BE 8A C 0 1B 19 55 1D 40
Octal 250 276 212 14 0 33 31 125 35 100
Binary 10101000 10111110 10001010 1100 0 11011 11001 1010101 11101 1000000

Color Harmonies of #A8BE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE8A

Black with #A8BE8A

Text Example


Text Example

White with #A8BE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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