#ACBF94

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

Shades of Norway #ACBF94

Tints of Norway #ACBF94

Color information

#ACBF94 (or 0xACBF94) is unknown color: approx Norway. HEX triplet: AC, BF and 94. RGB value is (172,191,148). Sum of RGB (Red+Green+Blue) = 172+191+148=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF94 is #53406B. Grayscale: #B4B4B4. Windows color (decimal): -5455980 or 9748396. OLE color: 9748396.

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

Color convert

RGB172191148-
CMYK0.1000.230.25
HSL86.51º25.15%66.47%-
HSV(B)86.51º22.51%74.9%-
XYZ40.9948.1735.15-
YUV180.42109.71122-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=33.66%
G=37.38%
B=28.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911480.1000.230.2586.5125.1566.47
HexACBF94A01719571942
Octal254277224120273112731102
Binary1010110010111111100101001010010111110011010111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF94; }

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

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

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

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

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

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

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

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