Html Css Color HEX #ACBC90 Norway

📋 copy color: '#ACBC90'

red 172 ◦ green 188 ◦ blue 144

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

Shades of Norway #ACBC90

Tints of Norway #ACBC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 34.13%
G = 37.3%
B = 28.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#ACBC90 (or 0xACBC90) is known color: Norway. HEX triplet: AC, BC and 90. RGB value is (172,188,144). Sum of RGB (Red+Green+Blue) = 172+188+144=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC90 is #53436F. Grayscale: #B2B2B2. Windows color (decimal): -5456752 or 9485484. OLE color: 9485484.

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

Color convert

RGB 172 188 144 -
CMYK 0.09 0 0.23 0.26
HSL 81.82º 0.25% 0.65% -
HSV(B) 81.82º 0.23% 0.74% -
XYZ 40.03 46.75 33.3 -
YUV 178.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 172 188 144 0.09 0 0.23 0.26 81.82 0.25 0.65
Hex AC BC 90 9 0 17 1A 52 19 41
Octal 254 274 220 11 0 27 32 122 31 101
Binary 10101100 10111100 10010000 1001 0 10111 11010 1010010 11001 1000001

Color Harmonies of #ACBC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC90

Black with #ACBC90

Text Example


Text Example

White with #ACBC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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