Html Css Color HEX #ACBE99 Norway

📋 copy color: '#ACBE99'

red 172 ◦ green 190 ◦ blue 153

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

Shades of Norway #ACBE99

Tints of Norway #ACBE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.71%

R = 33.4%
G = 36.89%
B = 29.71%

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

#ACBE99 (or 0xACBE99) is known color: Norway. HEX triplet: AC, BE and 99. RGB value is (172,190,153). Sum of RGB (Red+Green+Blue) = 172+190+153=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE99 is #534166. Grayscale: #B4B4B4. Windows color (decimal): -5456231 or 10075820. OLE color: 10075820.

HSL color Cylindrical-coordinate representation of color #ACBE99: hue angle of 89.19º 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 #ACBE99 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 190 153 -
CMYK 0.09 0 0.19 0.25
HSL 89.19º 0.22% 0.67% -
HSV(B) 89.19º 0.19% 0.75% -
XYZ 41.18 47.9 37.21 -
YUV 180.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 172 190 153 0.09 0 0.19 0.25 89.19 0.22 0.67
Hex AC BE 99 9 0 13 19 59 16 43
Octal 254 276 231 11 0 23 31 131 26 103
Binary 10101100 10111110 10011001 1001 0 10011 11001 1011001 10110 1000011

Color Harmonies of #ACBE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE99

Black with #ACBE99

Text Example


Text Example

White with #ACBE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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