Html Css Color HEX #A8C392 Norway

📋 copy color: '#A8C392'

red 168 ◦ green 195 ◦ blue 146

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

Shades of Norway #A8C392

Tints of Norway #A8C392

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.31%

 BLUE value IS 146 (57.42% from 255) = 28.68%

R = 33.01%
G = 38.31%
B = 28.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#A8C392 (or 0xA8C392) is known color: Norway. HEX triplet: A8, C3 and 92. RGB value is (168,195,146). Sum of RGB (Red+Green+Blue) = 168+195+146=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C392 is #573C6D. Grayscale: #B5B5B5. Windows color (decimal): -5717102 or 9618344. OLE color: 9618344.

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

Color convert

RGB 168 195 146 -
CMYK 0.14 0 0.25 0.24
HSL 93.06º 0.29% 0.67% -
HSV(B) 93.06º 0.25% 0.76% -
XYZ 40.85 49.43 34.58 -
YUV 181.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 168 195 146 0.14 0 0.25 0.24 93.06 0.29 0.67
Hex A8 C3 92 E 0 19 18 5D 1D 43
Octal 250 303 222 16 0 31 30 135 35 103
Binary 10101000 11000011 10010010 1110 0 11001 11000 1011101 11101 1000011

Color Harmonies of #A8C392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C392

Black with #A8C392

Text Example


Text Example

White with #A8C392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C392; }

 p { color: rgb(168,195,146); }

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

background-color css

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

 a { background-color: rgb(168,195,146); }

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

border-color css

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

 span { border-color: rgb(168,195,146); }

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