Html Css Color HEX #A5BF91 Norway

📋 copy color: '#A5BF91'

red 165 ◦ green 191 ◦ blue 145

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

Shades of Norway #A5BF91

Tints of Norway #A5BF91

RGB

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

 GREEN value IS 191 (75% from 255) = 38.12%

 BLUE value IS 145 (57.03% from 255) = 28.94%

R = 32.93%
G = 38.12%
B = 28.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#A5BF91 (or 0xA5BF91) is known color: Norway. HEX triplet: A5, BF and 91. RGB value is (165,191,145). Sum of RGB (Red+Green+Blue) = 165+191+145=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BF91 is #5A406E. Grayscale: #B2B2B2. Windows color (decimal): -5914735 or 9551781. OLE color: 9551781.

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

Color convert

RGB 165 191 145 -
CMYK 0.14 0 0.24 0.25
HSL 93.91º 0.26% 0.66% -
HSV(B) 93.91º 0.24% 0.75% -
XYZ 39.26 47.31 33.85 -
YUV 177.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 165 191 145 0.14 0 0.24 0.25 93.91 0.26 0.66
Hex A5 BF 91 E 0 18 19 5E 1A 42
Octal 245 277 221 16 0 30 31 136 32 102
Binary 10100101 10111111 10010001 1110 0 11000 11001 1011110 11010 1000010

Color Harmonies of #A5BF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF91

Black with #A5BF91

Text Example


Text Example

White with #A5BF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF91; }

 p { color: rgb(165,191,145); }

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

background-color css

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

 a { background-color: rgb(165,191,145); }

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

border-color css

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

 span { border-color: rgb(165,191,145); }

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