Html Css Color HEX #A8BE96 Norway

📋 copy color: '#A8BE96'

red 168 ◦ green 190 ◦ blue 150

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

Shades of Norway #A8BE96

Tints of Norway #A8BE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.53%

R = 33.07%
G = 37.4%
B = 29.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#A8BE96 (or 0xA8BE96) is known color: Norway. HEX triplet: A8, BE and 96. RGB value is (168,190,150). Sum of RGB (Red+Green+Blue) = 168+190+150=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE96 is #574169. Grayscale: #B3B3B3. Windows color (decimal): -5718378 or 9879208. OLE color: 9879208.

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

Color convert

RGB 168 190 150 -
CMYK 0.12 0 0.21 0.25
HSL 93º 0.24% 0.67% -
HSV(B) 93º 0.21% 0.75% -
XYZ 40.07 47.35 35.88 -
YUV 178.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 168 190 150 0.12 0 0.21 0.25 93 0.24 0.67
Hex A8 BE 96 C 0 15 19 5D 18 43
Octal 250 276 226 14 0 25 31 135 30 103
Binary 10101000 10111110 10010110 1100 0 10101 11001 1011101 11000 1000011

Color Harmonies of #A8BE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE96

Black with #A8BE96

Text Example


Text Example

White with #A8BE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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