Html Css Color HEX #A5BC89 Norway

📋 copy color: '#A5BC89'

red 165 ◦ green 188 ◦ blue 137

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

Shades of Norway #A5BC89

Tints of Norway #A5BC89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.96%

R = 33.67%
G = 38.37%
B = 27.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#A5BC89 (or 0xA5BC89) is known color: Norway. HEX triplet: A5, BC and 89. RGB value is (165,188,137). Sum of RGB (Red+Green+Blue) = 165+188+137=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC89 is #5A4376. Grayscale: #AFAFAF. Windows color (decimal): -5915511 or 9026725. OLE color: 9026725.

HSL color Cylindrical-coordinate representation of color #A5BC89: hue angle of 87.06º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5BC89 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 137 -
CMYK 0.12 0 0.27 0.26
HSL 87.06º 0.28% 0.64% -
HSV(B) 87.06º 0.27% 0.74% -
XYZ 38.02 45.77 30.5 -
YUV 175.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 165 188 137 0.12 0 0.27 0.26 87.06 0.28 0.64
Hex A5 BC 89 C 0 1B 1A 57 1C 40
Octal 245 274 211 14 0 33 32 127 34 100
Binary 10100101 10111100 10001001 1100 0 11011 11010 1010111 11100 1000000

Color Harmonies of #A5BC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC89

Black with #A5BC89

Text Example


Text Example

White with #A5BC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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