Html Css Color HEX #A8C092 Norway

📋 copy color: '#A8C092'

red 168 ◦ green 192 ◦ blue 146

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

Shades of Norway #A8C092

Tints of Norway #A8C092

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

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

R = 33.2%
G = 37.94%
B = 28.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#A8C092 (or 0xA8C092) is known color: Norway. HEX triplet: A8, C0 and 92. RGB value is (168,192,146). Sum of RGB (Red+Green+Blue) = 168+192+146=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C092 is #573F6D. Grayscale: #B3B3B3. Windows color (decimal): -5717870 or 9617576. OLE color: 9617576.

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

Color convert

RGB 168 192 146 -
CMYK 0.12 0 0.24 0.25
HSL 91.3º 0.27% 0.66% -
HSV(B) 91.3º 0.24% 0.75% -
XYZ 40.19 48.1 34.36 -
YUV 179.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 168 192 146 0.12 0 0.24 0.25 91.3 0.27 0.66
Hex A8 C0 92 C 0 18 19 5B 1B 42
Octal 250 300 222 14 0 30 31 133 33 102
Binary 10101000 11000000 10010010 1100 0 11000 11001 1011011 11011 1000010

Color Harmonies of #A8C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C092

Black with #A8C092

Text Example


Text Example

White with #A8C092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C092; }

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

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

background-color css

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

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

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

border-color css

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

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

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