Html Css Color HEX #ACBC99 Norway

📋 copy color: '#ACBC99'

red 172 ◦ green 188 ◦ blue 153

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

Shades of Norway #ACBC99

Tints of Norway #ACBC99

RGB

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

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

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

R = 33.53%
G = 36.65%
B = 29.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#ACBC99 (or 0xACBC99) is known color: Norway. HEX triplet: AC, BC and 99. RGB value is (172,188,153). Sum of RGB (Red+Green+Blue) = 172+188+153=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC99 is #534366. Grayscale: #B3B3B3. Windows color (decimal): -5456743 or 10075308. OLE color: 10075308.

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

Color convert

RGB 172 188 153 -
CMYK 0.09 0 0.19 0.26
HSL 87.43º 0.21% 0.67% -
HSV(B) 87.43º 0.19% 0.74% -
XYZ 40.75 47.04 37.07 -
YUV 179.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 172 188 153 0.09 0 0.19 0.26 87.43 0.21 0.67
Hex AC BC 99 9 0 13 1A 57 15 43
Octal 254 274 231 11 0 23 32 127 25 103
Binary 10101100 10111100 10011001 1001 0 10011 11010 1010111 10101 1000011

Color Harmonies of #ACBC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC99

Black with #ACBC99

Text Example


Text Example

White with #ACBC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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