Html Css Color HEX #A5BD96 Norway

📋 copy color: '#A5BD96'

red 165 ◦ green 189 ◦ blue 150

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

Shades of Norway #A5BD96

Tints of Norway #A5BD96

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.5%

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 32.74%
G = 37.5%
B = 29.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#A5BD96 (or 0xA5BD96) is known color: Norway. HEX triplet: A5, BD and 96. RGB value is (165,189,150). Sum of RGB (Red+Green+Blue) = 165+189+150=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BD96 is #5A4269. Grayscale: #B1B1B1. Windows color (decimal): -5915242 or 9878949. OLE color: 9878949.

HSL color Cylindrical-coordinate representation of color #A5BD96: hue angle of 96.92º 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 #A5BD96 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 150 -
CMYK 0.13 0 0.21 0.26
HSL 96.92º 0.23% 0.66% -
HSV(B) 96.92º 0.21% 0.74% -
XYZ 39.22 46.6 35.78 -
YUV 177.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 165 189 150 0.13 0 0.21 0.26 96.92 0.23 0.66
Hex A5 BD 96 D 0 15 1A 61 17 42
Octal 245 275 226 15 0 25 32 141 27 102
Binary 10100101 10111101 10010110 1101 0 10101 11010 1100001 10111 1000010

Color Harmonies of #A5BD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD96

Black with #A5BD96

Text Example


Text Example

White with #A5BD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD96; }

 p { color: rgb(165,189,150); }

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

background-color css

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

 a { background-color: rgb(165,189,150); }

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

border-color css

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

 span { border-color: rgb(165,189,150); }

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