Html Css Color HEX #A5BD8F Norway

📋 copy color: '#A5BD8F'

red 165 ◦ green 189 ◦ blue 143

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

Shades of Norway #A5BD8F

Tints of Norway #A5BD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.77%

R = 33.2%
G = 38.03%
B = 28.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#A5BD8F (or 0xA5BD8F) is known color: Norway. HEX triplet: A5, BD and 8F. RGB value is (165,189,143). Sum of RGB (Red+Green+Blue) = 165+189+143=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BD8F is #5A4270. Grayscale: #B0B0B0. Windows color (decimal): -5915249 or 9420197. OLE color: 9420197.

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

Color convert

RGB 165 189 143 -
CMYK 0.13 0 0.24 0.26
HSL 91.3º 0.26% 0.65% -
HSV(B) 91.3º 0.24% 0.74% -
XYZ 38.67 46.38 32.9 -
YUV 176.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 165 189 143 0.13 0 0.24 0.26 91.3 0.26 0.65
Hex A5 BD 8F D 0 18 1A 5B 1A 41
Octal 245 275 217 15 0 30 32 133 32 101
Binary 10100101 10111101 10001111 1101 0 11000 11010 1011011 11010 1000001

Color Harmonies of #A5BD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD8F

Black with #A5BD8F

Text Example


Text Example

White with #A5BD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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