Html Css Color HEX #A5B78B Norway

📋 copy color: '#A5B78B'

red 165 ◦ green 183 ◦ blue 139

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

Shades of Norway #A5B78B

Tints of Norway #A5B78B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.58%

 BLUE value IS 139 (54.69% from 255) = 28.54%

R = 33.88%
G = 37.58%
B = 28.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#A5B78B (or 0xA5B78B) is known color: Norway. HEX triplet: A5, B7 and 8B. RGB value is (165,183,139). Sum of RGB (Red+Green+Blue) = 165+183+139=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B78B is #5A4874. Grayscale: #ACACAC. Windows color (decimal): -5916789 or 9156517. OLE color: 9156517.

HSL color Cylindrical-coordinate representation of color #A5B78B: hue angle of 84.55º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5B78B is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 183 139 -
CMYK 0.10 0 0.24 0.28
HSL 84.55º 0.23% 0.63% -
HSV(B) 84.55º 0.24% 0.72% -
XYZ 37.11 43.73 30.91 -
YUV 172.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 165 183 139 0.10 0 0.24 0.28 84.55 0.23 0.63
Hex A5 B7 8B A 0 18 1C 55 17 3F
Octal 245 267 213 12 0 30 34 125 27 77
Binary 10100101 10110111 10001011 1010 0 11000 11100 1010101 10111 111111

Color Harmonies of #A5B78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B78B

Black with #A5B78B

Text Example


Text Example

White with #A5B78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B78B; }

 p { color: rgb(165,183,139); }

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

background-color css

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

 a { background-color: rgb(165,183,139); }

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

border-color css

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

 span { border-color: rgb(165,183,139); }

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