Html Css Color HEX #ACBD9B Norway

📋 copy color: '#ACBD9B'

red 172 ◦ green 189 ◦ blue 155

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

Shades of Norway #ACBD9B

Tints of Norway #ACBD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.04%

R = 33.33%
G = 36.63%
B = 30.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#ACBD9B (or 0xACBD9B) is known color: Norway. HEX triplet: AC, BD and 9B. RGB value is (172,189,155). Sum of RGB (Red+Green+Blue) = 172+189+155=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD9B is #534264. Grayscale: #B4B4B4. Windows color (decimal): -5456485 or 10206636. OLE color: 10206636.

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

Color convert

RGB 172 189 155 -
CMYK 0.09 0 0.18 0.26
HSL 90º 0.2% 0.67% -
HSV(B) 90º 0.18% 0.74% -
XYZ 41.13 47.53 38.02 -
YUV 180.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 172 189 155 0.09 0 0.18 0.26 90 0.2 0.67
Hex AC BD 9B 9 0 12 1A 5A 14 43
Octal 254 275 233 11 0 22 32 132 24 103
Binary 10101100 10111101 10011011 1001 0 10010 11010 1011010 10100 1000011

Color Harmonies of #ACBD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD9B

Black with #ACBD9B

Text Example


Text Example

White with #ACBD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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