Html Css Color HEX #A5BE90 Norway

📋 copy color: '#A5BE90'

red 165 ◦ green 190 ◦ blue 144

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

Shades of Norway #A5BE90

Tints of Norway #A5BE90

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.08%

 BLUE value IS 144 (56.64% from 255) = 28.86%

R = 33.07%
G = 38.08%
B = 28.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#A5BE90 (or 0xA5BE90) is known color: Norway. HEX triplet: A5, BE and 90. RGB value is (165,190,144). Sum of RGB (Red+Green+Blue) = 165+190+144=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BE90 is #5A416F. Grayscale: #B1B1B1. Windows color (decimal): -5914992 or 9485989. OLE color: 9485989.

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

Color convert

RGB 165 190 144 -
CMYK 0.13 0 0.24 0.25
HSL 92.61º 0.26% 0.65% -
HSV(B) 92.61º 0.24% 0.75% -
XYZ 38.96 46.84 33.37 -
YUV 177.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 165 190 144 0.13 0 0.24 0.25 92.61 0.26 0.65
Hex A5 BE 90 D 0 18 19 5D 1A 41
Octal 245 276 220 15 0 30 31 135 32 101
Binary 10100101 10111110 10010000 1101 0 11000 11001 1011101 11010 1000001

Color Harmonies of #A5BE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BE90

Black with #A5BE90

Text Example


Text Example

White with #A5BE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BE90; }

 p { color: rgb(165,190,144); }

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

background-color css

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

 a { background-color: rgb(165,190,144); }

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

border-color css

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

 span { border-color: rgb(165,190,144); }

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