Html Css Color HEX #A8BE99 Norway

📋 copy color: '#A8BE99'

red 168 ◦ green 190 ◦ blue 153

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

Shades of Norway #A8BE99

Tints of Norway #A8BE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.94%

R = 32.88%
G = 37.18%
B = 29.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#A8BE99 (or 0xA8BE99) is known color: Norway. HEX triplet: A8, BE and 99. RGB value is (168,190,153). Sum of RGB (Red+Green+Blue) = 168+190+153=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE99 is #574166. Grayscale: #B3B3B3. Windows color (decimal): -5718375 or 10075816. OLE color: 10075816.

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

Color convert

RGB 168 190 153 -
CMYK 0.12 0 0.19 0.25
HSL 95.68º 0.22% 0.67% -
HSV(B) 95.68º 0.19% 0.75% -
XYZ 40.31 47.45 37.17 -
YUV 179.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 168 190 153 0.12 0 0.19 0.25 95.68 0.22 0.67
Hex A8 BE 99 C 0 13 19 60 16 43
Octal 250 276 231 14 0 23 31 140 26 103
Binary 10101000 10111110 10011001 1100 0 10011 11001 1100000 10110 1000011

Color Harmonies of #A8BE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE99

Black with #A8BE99

Text Example


Text Example

White with #A8BE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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