Html Css Color HEX #A5C183 Norway

📋 copy color: '#A5C183'

red 165 ◦ green 193 ◦ blue 131

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

Shades of Norway #A5C183

Tints of Norway #A5C183

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.47%

 BLUE value IS 131 (51.56% from 255) = 26.79%

R = 33.74%
G = 39.47%
B = 26.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#A5C183 (or 0xA5C183) is known color: Norway. HEX triplet: A5, C1 and 83. RGB value is (165,193,131). Sum of RGB (Red+Green+Blue) = 165+193+131=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C183 is #5A3E7C. Grayscale: #B1B1B1. Windows color (decimal): -5914237 or 8634789. OLE color: 8634789.

HSL color Cylindrical-coordinate representation of color #A5C183: hue angle of 87.1º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5C183 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 193 131 -
CMYK 0.15 0 0.32 0.24
HSL 87.1º 0.33% 0.64% -
HSV(B) 87.1º 0.32% 0.76% -
XYZ 38.68 47.78 28.66 -
YUV 177.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 165 193 131 0.15 0 0.32 0.24 87.1 0.33 0.64
Hex A5 C1 83 F 0 20 18 57 21 40
Octal 245 301 203 17 0 40 30 127 41 100
Binary 10100101 11000001 10000011 1111 0 100000 11000 1010111 100001 1000000

Color Harmonies of #A5C183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C183

Black with #A5C183

Text Example


Text Example

White with #A5C183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C183; }

 p { color: rgb(165,193,131); }

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

background-color css

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

 a { background-color: rgb(165,193,131); }

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

border-color css

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

 span { border-color: rgb(165,193,131); }

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