Html Css Color HEX #A4BA85 Norway

📋 copy color: '#A4BA85'

red 164 ◦ green 186 ◦ blue 133

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

Shades of Norway #A4BA85

Tints of Norway #A4BA85

RGB

 RED value IS 164 (64.45% from 255) = 33.95%

 GREEN value IS 186 (73.05% from 255) = 38.51%

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 33.95%
G = 38.51%
B = 27.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#A4BA85 (or 0xA4BA85) is known color: Norway. HEX triplet: A4, BA and 85. RGB value is (164,186,133). Sum of RGB (Red+Green+Blue) = 164+186+133=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA85 is #5B457A. Grayscale: #ADADAD. Windows color (decimal): -5981563 or 8764068. OLE color: 8764068.

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

Color convert

RGB 164 186 133 -
CMYK 0.12 0 0.28 0.27
HSL 84.91º 0.28% 0.63% -
HSV(B) 84.91º 0.28% 0.73% -
XYZ 37.1 44.7 28.86 -
YUV 173.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 164 186 133 0.12 0 0.28 0.27 84.91 0.28 0.63
Hex A4 BA 85 C 0 1C 1B 55 1C 3F
Octal 244 272 205 14 0 34 33 125 34 77
Binary 10100100 10111010 10000101 1100 0 11100 11011 1010101 11100 111111

Color Harmonies of #A4BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA85

Black with #A4BA85

Text Example


Text Example

White with #A4BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA85; }

 p { color: rgb(164,186,133); }

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

background-color css

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

 a { background-color: rgb(164,186,133); }

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

border-color css

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

 span { border-color: rgb(164,186,133); }

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