Html Css Color HEX #A5BC95 Norway

📋 copy color: '#A5BC95'

red 165 ◦ green 188 ◦ blue 149

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

Shades of Norway #A5BC95

Tints of Norway #A5BC95

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.45%

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 32.87%
G = 37.45%
B = 29.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#A5BC95 (or 0xA5BC95) is known color: Norway. HEX triplet: A5, BC and 95. RGB value is (165,188,149). Sum of RGB (Red+Green+Blue) = 165+188+149=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC95 is #5A436A. Grayscale: #B0B0B0. Windows color (decimal): -5915499 or 9813157. OLE color: 9813157.

HSL color Cylindrical-coordinate representation of color #A5BC95: hue angle of 95.38º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5BC95 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 149 -
CMYK 0.12 0 0.21 0.26
HSL 95.38º 0.23% 0.66% -
HSV(B) 95.38º 0.21% 0.74% -
XYZ 38.93 46.14 35.29 -
YUV 176.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 165 188 149 0.12 0 0.21 0.26 95.38 0.23 0.66
Hex A5 BC 95 C 0 15 1A 5F 17 42
Octal 245 274 225 14 0 25 32 137 27 102
Binary 10100101 10111100 10010101 1100 0 10101 11010 1011111 10111 1000010

Color Harmonies of #A5BC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC95

Black with #A5BC95

Text Example


Text Example

White with #A5BC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC95; }

 p { color: rgb(165,188,149); }

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

background-color css

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

 a { background-color: rgb(165,188,149); }

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

border-color css

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

 span { border-color: rgb(165,188,149); }

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