Html Css Color HEX #A8BE93 Norway

📋 copy color: '#A8BE93'

red 168 ◦ green 190 ◦ blue 147

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

Shades of Norway #A8BE93

Tints of Norway #A8BE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 33.27%
G = 37.62%
B = 29.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#A8BE93 (or 0xA8BE93) is known color: Norway. HEX triplet: A8, BE and 93. RGB value is (168,190,147). Sum of RGB (Red+Green+Blue) = 168+190+147=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE93 is #57416C. Grayscale: #B2B2B2. Windows color (decimal): -5718381 or 9682600. OLE color: 9682600.

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

Color convert

RGB 168 190 147 -
CMYK 0.12 0 0.23 0.25
HSL 90.7º 0.25% 0.66% -
HSV(B) 90.7º 0.23% 0.75% -
XYZ 39.83 47.26 34.63 -
YUV 178.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 168 190 147 0.12 0 0.23 0.25 90.7 0.25 0.66
Hex A8 BE 93 C 0 17 19 5B 19 42
Octal 250 276 223 14 0 27 31 133 31 102
Binary 10101000 10111110 10010011 1100 0 10111 11001 1011011 11001 1000010

Color Harmonies of #A8BE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE93

Black with #A8BE93

Text Example


Text Example

White with #A8BE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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