Html Css Color HEX #ACBD90 Norway

📋 copy color: '#ACBD90'

red 172 ◦ green 189 ◦ blue 144

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

Shades of Norway #ACBD90

Tints of Norway #ACBD90

RGB

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

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

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

R = 34.06%
G = 37.43%
B = 28.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#ACBD90 (or 0xACBD90) is known color: Norway. HEX triplet: AC, BD and 90. RGB value is (172,189,144). Sum of RGB (Red+Green+Blue) = 172+189+144=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD90 is #53426F. Grayscale: #B2B2B2. Windows color (decimal): -5456496 or 9485740. OLE color: 9485740.

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

Color convert

RGB 172 189 144 -
CMYK 0.09 0 0.24 0.26
HSL 82.67º 0.25% 0.65% -
HSV(B) 82.67º 0.24% 0.74% -
XYZ 40.24 47.18 33.37 -
YUV 178.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 172 189 144 0.09 0 0.24 0.26 82.67 0.25 0.65
Hex AC BD 90 9 0 18 1A 53 19 41
Octal 254 275 220 11 0 30 32 123 31 101
Binary 10101100 10111101 10010000 1001 0 11000 11010 1010011 11001 1000001

Color Harmonies of #ACBD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD90

Black with #ACBD90

Text Example


Text Example

White with #ACBD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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