Html Css Color HEX #ACBC92 Norway

📋 copy color: '#ACBC92'

red 172 ◦ green 188 ◦ blue 146

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

Shades of Norway #ACBC92

Tints of Norway #ACBC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.85%

R = 33.99%
G = 37.15%
B = 28.85%

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

#ACBC92 (or 0xACBC92) is known color: Norway. HEX triplet: AC, BC and 92. RGB value is (172,188,146). Sum of RGB (Red+Green+Blue) = 172+188+146=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC92 is #53436D. Grayscale: #B2B2B2. Windows color (decimal): -5456750 or 9616556. OLE color: 9616556.

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

Color convert

RGB 172 188 146 -
CMYK 0.09 0 0.22 0.26
HSL 82.86º 0.24% 0.65% -
HSV(B) 82.86º 0.22% 0.74% -
XYZ 40.18 46.81 34.11 -
YUV 178.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 172 188 146 0.09 0 0.22 0.26 82.86 0.24 0.65
Hex AC BC 92 9 0 16 1A 53 18 41
Octal 254 274 222 11 0 26 32 123 30 101
Binary 10101100 10111100 10010010 1001 0 10110 11010 1010011 11000 1000001

Color Harmonies of #ACBC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC92

Black with #ACBC92

Text Example


Text Example

White with #ACBC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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