Html Css Color HEX #A5C289 Norway

📋 copy color: '#A5C289'

red 165 ◦ green 194 ◦ blue 137

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

Shades of Norway #A5C289

Tints of Norway #A5C289

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.11%

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

R = 33.27%
G = 39.11%
B = 27.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#A5C289 (or 0xA5C289) is known color: Norway. HEX triplet: A5, C2 and 89. RGB value is (165,194,137). Sum of RGB (Red+Green+Blue) = 165+194+137=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C289 is #5A3D76. Grayscale: #B3B3B3. Windows color (decimal): -5913975 or 9028261. OLE color: 9028261.

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

Color convert

RGB 165 194 137 -
CMYK 0.15 0 0.29 0.24
HSL 90.53º 0.32% 0.65% -
HSV(B) 90.53º 0.29% 0.76% -
XYZ 39.32 48.39 30.93 -
YUV 178.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 165 194 137 0.15 0 0.29 0.24 90.53 0.32 0.65
Hex A5 C2 89 F 0 1D 18 5B 20 41
Octal 245 302 211 17 0 35 30 133 40 101
Binary 10100101 11000010 10001001 1111 0 11101 11000 1011011 100000 1000001

Color Harmonies of #A5C289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C289

Black with #A5C289

Text Example


Text Example

White with #A5C289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C289; }

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

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

background-color css

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

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

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

border-color css

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

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

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