Html Css Color HEX #ACBD91 Norway

📋 copy color: '#ACBD91'

red 172 ◦ green 189 ◦ blue 145

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

Shades of Norway #ACBD91

Tints of Norway #ACBD91

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.35%

 BLUE value IS 145 (57.03% from 255) = 28.66%

R = 33.99%
G = 37.35%
B = 28.66%

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

#ACBD91 (or 0xACBD91) is known color: Norway. HEX triplet: AC, BD and 91. RGB value is (172,189,145). Sum of RGB (Red+Green+Blue) = 172+189+145=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD91 is #53426E. Grayscale: #B3B3B3. Windows color (decimal): -5456495 or 9551276. OLE color: 9551276.

HSL color Cylindrical-coordinate representation of color #ACBD91: hue angle of 83.18º 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 #ACBD91 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 145 -
CMYK 0.09 0 0.23 0.26
HSL 83.18º 0.25% 0.65% -
HSV(B) 83.18º 0.23% 0.74% -
XYZ 40.32 47.21 33.78 -
YUV 178.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 172 189 145 0.09 0 0.23 0.26 83.18 0.25 0.65
Hex AC BD 91 9 0 17 1A 53 19 41
Octal 254 275 221 11 0 27 32 123 31 101
Binary 10101100 10111101 10010001 1001 0 10111 11010 1010011 11001 1000001

Color Harmonies of #ACBD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD91

Black with #ACBD91

Text Example


Text Example

White with #ACBD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD91; }

 p { color: rgb(172,189,145); }

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

background-color css

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

 a { background-color: rgb(172,189,145); }

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

border-color css

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

 span { border-color: rgb(172,189,145); }

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