Html Css Color HEX #ACBC98 Norway

📋 copy color: '#ACBC98'

red 172 ◦ green 188 ◦ blue 152

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

Shades of Norway #ACBC98

Tints of Norway #ACBC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.69%

R = 33.59%
G = 36.72%
B = 29.69%

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

#ACBC98 (or 0xACBC98) is known color: Norway. HEX triplet: AC, BC and 98. RGB value is (172,188,152). Sum of RGB (Red+Green+Blue) = 172+188+152=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC98 is #534367. Grayscale: #B3B3B3. Windows color (decimal): -5456744 or 10009772. OLE color: 10009772.

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

Color convert

RGB 172 188 152 -
CMYK 0.09 0 0.19 0.26
HSL 86.67º 0.21% 0.67% -
HSV(B) 86.67º 0.19% 0.74% -
XYZ 40.66 47 36.64 -
YUV 179.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 172 188 152 0.09 0 0.19 0.26 86.67 0.21 0.67
Hex AC BC 98 9 0 13 1A 57 15 43
Octal 254 274 230 11 0 23 32 127 25 103
Binary 10101100 10111100 10011000 1001 0 10011 11010 1010111 10101 1000011

Color Harmonies of #ACBC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC98

Black with #ACBC98

Text Example


Text Example

White with #ACBC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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