#ACBF98

Color #ACBF98 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #ACBF98

Tints of Norway #ACBF98

Color information

#ACBF98 (or 0xACBF98) is unknown color: approx Norway. HEX triplet: AC, BF and 98. RGB value is (172,191,152). Sum of RGB (Red+Green+Blue) = 172+191+152=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF98 is #534067. Grayscale: #B5B5B5. Windows color (decimal): -5455976 or 10010540. OLE color: 10010540.

HSL color Cylindrical-coordinate representation of color #ACBF98: hue angle of 89.23º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACBF98 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB172191152-
CMYK0.1000.200.25
HSL89.23º23.35%67.25%-
HSV(B)89.23º20.42%74.9%-
XYZ41.3148.336.85-
YUV180.87111.71121.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 152 (59.77% from 255) = 29.51%
R=33.40%
G=37.09%
B=29.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911520.1000.200.2589.2323.3567.25
HexACBF98A01419591743
Octal254277230120243113127103
Binary1010110010111111100110001010010100110011011001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF98; }

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

 H1.HeaderClassName
 {
   color: #ACBF98;
 }
 .AnyTagClassName
 {
   color: #ACBF98;
 }
</style>
background-color css

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

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

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

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

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

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