Html Css Color HEX #A5BC8E Norway

📋 copy color: '#A5BC8E'

red 165 ◦ green 188 ◦ blue 142

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

Shades of Norway #A5BC8E

Tints of Norway #A5BC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.69%

R = 33.33%
G = 37.98%
B = 28.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#A5BC8E (or 0xA5BC8E) is known color: Norway. HEX triplet: A5, BC and 8E. RGB value is (165,188,142). Sum of RGB (Red+Green+Blue) = 165+188+142=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC8E is #5A4371. Grayscale: #B0B0B0. Windows color (decimal): -5915506 or 9354405. OLE color: 9354405.

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

Color convert

RGB 165 188 142 -
CMYK 0.12 0 0.24 0.26
HSL 90º 0.26% 0.65% -
HSV(B) 90º 0.24% 0.74% -
XYZ 38.38 45.92 32.43 -
YUV 175.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 165 188 142 0.12 0 0.24 0.26 90 0.26 0.65
Hex A5 BC 8E C 0 18 1A 5A 1A 41
Octal 245 274 216 14 0 30 32 132 32 101
Binary 10100101 10111100 10001110 1100 0 11000 11010 1011010 11010 1000001

Color Harmonies of #A5BC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC8E

Black with #A5BC8E

Text Example


Text Example

White with #A5BC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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