Html Css Color HEX #ACBD8E Norway

📋 copy color: '#ACBD8E'

red 172 ◦ green 189 ◦ blue 142

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

Shades of Norway #ACBD8E

Tints of Norway #ACBD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.23%

R = 34.19%
G = 37.57%
B = 28.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#ACBD8E (or 0xACBD8E) is known color: Norway. HEX triplet: AC, BD and 8E. RGB value is (172,189,142). Sum of RGB (Red+Green+Blue) = 172+189+142=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD8E is #534271. Grayscale: #B2B2B2. Windows color (decimal): -5456498 or 9354668. OLE color: 9354668.

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

Color convert

RGB 172 189 142 -
CMYK 0.09 0 0.25 0.26
HSL 81.7º 0.26% 0.65% -
HSV(B) 81.7º 0.25% 0.74% -
XYZ 40.09 47.12 32.57 -
YUV 178.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 172 189 142 0.09 0 0.25 0.26 81.7 0.26 0.65
Hex AC BD 8E 9 0 19 1A 52 1A 41
Octal 254 275 216 11 0 31 32 122 32 101
Binary 10101100 10111101 10001110 1001 0 11001 11010 1010010 11010 1000001

Color Harmonies of #ACBD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD8E

Black with #ACBD8E

Text Example


Text Example

White with #ACBD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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