Html Css Color HEX #A5C095 Norway

📋 copy color: '#A5C095'

red 165 ◦ green 192 ◦ blue 149

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

Shades of Norway #A5C095

Tints of Norway #A5C095

RGB

 RED value IS 165 (64.84% from 255) = 32.61%

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

 BLUE value IS 149 (58.59% from 255) = 29.45%

R = 32.61%
G = 37.94%
B = 29.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#A5C095 (or 0xA5C095) is known color: Norway. HEX triplet: A5, C0 and 95. RGB value is (165,192,149). Sum of RGB (Red+Green+Blue) = 165+192+149=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C095 is #5A3F6A. Grayscale: #B3B3B3. Windows color (decimal): -5914475 or 9814181. OLE color: 9814181.

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

Color convert

RGB 165 192 149 -
CMYK 0.14 0 0.22 0.25
HSL 97.67º 0.25% 0.67% -
HSV(B) 97.67º 0.22% 0.75% -
XYZ 39.79 47.87 35.58 -
YUV 179.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 165 192 149 0.14 0 0.22 0.25 97.67 0.25 0.67
Hex A5 C0 95 E 0 16 19 62 19 43
Octal 245 300 225 16 0 26 31 142 31 103
Binary 10100101 11000000 10010101 1110 0 10110 11001 1100010 11001 1000011

Color Harmonies of #A5C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C095

Black with #A5C095

Text Example


Text Example

White with #A5C095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C095; }

 p { color: rgb(165,192,149); }

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

background-color css

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

 a { background-color: rgb(165,192,149); }

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

border-color css

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

 span { border-color: rgb(165,192,149); }

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