Html Css Color HEX #ACBC93 Norway

📋 copy color: '#ACBC93'

red 172 ◦ green 188 ◦ blue 147

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

Shades of Norway #ACBC93

Tints of Norway #ACBC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.99%

R = 33.93%
G = 37.08%
B = 28.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#ACBC93 (or 0xACBC93) is known color: Norway. HEX triplet: AC, BC and 93. RGB value is (172,188,147). Sum of RGB (Red+Green+Blue) = 172+188+147=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC93 is #53436C. Grayscale: #B2B2B2. Windows color (decimal): -5456749 or 9682092. OLE color: 9682092.

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

Color convert

RGB 172 188 147 -
CMYK 0.09 0 0.22 0.26
HSL 83.41º 0.23% 0.66% -
HSV(B) 83.41º 0.22% 0.74% -
XYZ 40.26 46.84 34.52 -
YUV 178.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 172 188 147 0.09 0 0.22 0.26 83.41 0.23 0.66
Hex AC BC 93 9 0 16 1A 53 17 42
Octal 254 274 223 11 0 26 32 123 27 102
Binary 10101100 10111100 10010011 1001 0 10110 11010 1010011 10111 1000010

Color Harmonies of #ACBC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC93

Black with #ACBC93

Text Example


Text Example

White with #ACBC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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