Html Css Color HEX #A5C389 Norway

📋 copy color: '#A5C389'

red 165 ◦ green 195 ◦ blue 137

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

Shades of Norway #A5C389

Tints of Norway #A5C389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.57%

R = 33.2%
G = 39.24%
B = 27.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#A5C389 (or 0xA5C389) is known color: Norway. HEX triplet: A5, C3 and 89. RGB value is (165,195,137). Sum of RGB (Red+Green+Blue) = 165+195+137=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C389 is #5A3C76. Grayscale: #B3B3B3. Windows color (decimal): -5913719 or 9028517. OLE color: 9028517.

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

Color convert

RGB 165 195 137 -
CMYK 0.15 0 0.30 0.24
HSL 91.03º 0.33% 0.65% -
HSV(B) 91.03º 0.3% 0.76% -
XYZ 39.55 48.84 31.01 -
YUV 179.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 165 195 137 0.15 0 0.30 0.24 91.03 0.33 0.65
Hex A5 C3 89 F 0 1E 18 5B 21 41
Octal 245 303 211 17 0 36 30 133 41 101
Binary 10100101 11000011 10001001 1111 0 11110 11000 1011011 100001 1000001

Color Harmonies of #A5C389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C389

Black with #A5C389

Text Example


Text Example

White with #A5C389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C389; }

 p { color: rgb(165,195,137); }

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

background-color css

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

 a { background-color: rgb(165,195,137); }

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

border-color css

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

 span { border-color: rgb(165,195,137); }

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