Html Css Color HEX #A4BC96 Norway

📋 copy color: '#A4BC96'

red 164 ◦ green 188 ◦ blue 150

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

Shades of Norway #A4BC96

Tints of Norway #A4BC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 32.67%
G = 37.45%
B = 29.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#A4BC96 (or 0xA4BC96) is known color: Norway. HEX triplet: A4, BC and 96. RGB value is (164,188,150). Sum of RGB (Red+Green+Blue) = 164+188+150=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BC96 is #5B4369. Grayscale: #B0B0B0. Windows color (decimal): -5981034 or 9878692. OLE color: 9878692.

HSL color Cylindrical-coordinate representation of color #A4BC96: hue angle of 97.89º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4BC96 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 188 150 -
CMYK 0.13 0 0.20 0.26
HSL 97.89º 0.22% 0.66% -
HSV(B) 97.89º 0.2% 0.74% -
XYZ 38.8 46.06 35.7 -
YUV 176.49 113.05 119.09 -
System Red Green Blue C M Y K H S L
Decimal 164 188 150 0.13 0 0.20 0.26 97.89 0.22 0.66
Hex A4 BC 96 D 0 14 1A 62 16 42
Octal 244 274 226 15 0 24 32 142 26 102
Binary 10100100 10111100 10010110 1101 0 10100 11010 1100010 10110 1000010

Color Harmonies of #A4BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BC96

Black with #A4BC96

Text Example


Text Example

White with #A4BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BC96; }

 p { color: rgb(164,188,150); }

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

background-color css

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

 a { background-color: rgb(164,188,150); }

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

border-color css

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

 span { border-color: rgb(164,188,150); }

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