Html Css Color HEX #A4BC90 Norway

📋 copy color: '#A4BC90'

red 164 ◦ green 188 ◦ blue 144

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

Shades of Norway #A4BC90

Tints of Norway #A4BC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 33.06%
G = 37.9%
B = 29.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#A4BC90 (or 0xA4BC90) is known color: Norway. HEX triplet: A4, BC and 90. RGB value is (164,188,144). Sum of RGB (Red+Green+Blue) = 164+188+144=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BC90 is #5B436F. Grayscale: #AFAFAF. Windows color (decimal): -5981040 or 9485476. OLE color: 9485476.

HSL color Cylindrical-coordinate representation of color #A4BC90: hue angle of 92.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4BC90 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 188 144 -
CMYK 0.13 0 0.23 0.26
HSL 92.73º 0.25% 0.65% -
HSV(B) 92.73º 0.23% 0.74% -
XYZ 38.33 45.87 33.22 -
YUV 175.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 164 188 144 0.13 0 0.23 0.26 92.73 0.25 0.65
Hex A4 BC 90 D 0 17 1A 5D 19 41
Octal 244 274 220 15 0 27 32 135 31 101
Binary 10100100 10111100 10010000 1101 0 10111 11010 1011101 11001 1000001

Color Harmonies of #A4BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BC90

Black with #A4BC90

Text Example


Text Example

White with #A4BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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