Html Css Color HEX #A5BB8E Norway

📋 copy color: '#A5BB8E'

red 165 ◦ green 187 ◦ blue 142

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

Shades of Norway #A5BB8E

Tints of Norway #A5BB8E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.85%

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

R = 33.4%
G = 37.85%
B = 28.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#A5BB8E (or 0xA5BB8E) is known color: Norway. HEX triplet: A5, BB and 8E. RGB value is (165,187,142). Sum of RGB (Red+Green+Blue) = 165+187+142=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BB8E is #5A4471. Grayscale: #AFAFAF. Windows color (decimal): -5915762 or 9354149. OLE color: 9354149.

HSL color Cylindrical-coordinate representation of color #A5BB8E: hue angle of 89.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5BB8E is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 142 -
CMYK 0.12 0 0.24 0.27
HSL 89.33º 0.25% 0.65% -
HSV(B) 89.33º 0.24% 0.73% -
XYZ 38.17 45.49 32.36 -
YUV 175.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 165 187 142 0.12 0 0.24 0.27 89.33 0.25 0.65
Hex A5 BB 8E C 0 18 1B 59 19 41
Octal 245 273 216 14 0 30 33 131 31 101
Binary 10100101 10111011 10001110 1100 0 11000 11011 1011001 11001 1000001

Color Harmonies of #A5BB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB8E

Black with #A5BB8E

Text Example


Text Example

White with #A5BB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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