Html Css Color HEX #ACBE9A Norway

📋 copy color: '#ACBE9A'

red 172 ◦ green 190 ◦ blue 154

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

Shades of Norway #ACBE9A

Tints of Norway #ACBE9A

RGB

 RED value IS 172 (67.58% from 255) = 33.33%

 GREEN value IS 190 (74.61% from 255) = 36.82%

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 33.33%
G = 36.82%
B = 29.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#ACBE9A (or 0xACBE9A) is known color: Norway. HEX triplet: AC, BE and 9A. RGB value is (172,190,154). Sum of RGB (Red+Green+Blue) = 172+190+154=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE9A is #534165. Grayscale: #B4B4B4. Windows color (decimal): -5456230 or 10141356. OLE color: 10141356.

HSL color Cylindrical-coordinate representation of color #ACBE9A: hue angle of 90º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACBE9A is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 190 154 -
CMYK 0.09 0 0.19 0.25
HSL 90º 0.22% 0.67% -
HSV(B) 90º 0.19% 0.75% -
XYZ 41.26 47.93 37.65 -
YUV 180.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 172 190 154 0.09 0 0.19 0.25 90 0.22 0.67
Hex AC BE 9A 9 0 13 19 5A 16 43
Octal 254 276 232 11 0 23 31 132 26 103
Binary 10101100 10111110 10011010 1001 0 10011 11001 1011010 10110 1000011

Color Harmonies of #ACBE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE9A

Black with #ACBE9A

Text Example


Text Example

White with #ACBE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE9A; }

 p { color: rgb(172,190,154); }

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

background-color css

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

 a { background-color: rgb(172,190,154); }

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

border-color css

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

 span { border-color: rgb(172,190,154); }

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