Html Css Color HEX #ACC38D Norway

📋 copy color: '#ACC38D'

red 172 ◦ green 195 ◦ blue 141

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

Shades of Norway #ACC38D

Tints of Norway #ACC38D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.39%

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 33.86%
G = 38.39%
B = 27.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#ACC38D (or 0xACC38D) is known color: Norway. HEX triplet: AC, C3 and 8D. RGB value is (172,195,141). Sum of RGB (Red+Green+Blue) = 172+195+141=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC38D is #533C72. Grayscale: #B6B6B6. Windows color (decimal): -5454963 or 9290668. OLE color: 9290668.

HSL color Cylindrical-coordinate representation of color #ACC38D: hue angle of 85.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC38D is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 141 -
CMYK 0.12 0 0.28 0.24
HSL 85.56º 0.31% 0.66% -
HSV(B) 85.56º 0.28% 0.76% -
XYZ 41.34 49.72 32.62 -
YUV 181.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 172 195 141 0.12 0 0.28 0.24 85.56 0.31 0.66
Hex AC C3 8D C 0 1C 18 56 1F 42
Octal 254 303 215 14 0 34 30 126 37 102
Binary 10101100 11000011 10001101 1100 0 11100 11000 1010110 11111 1000010

Color Harmonies of #ACC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC38D

Black with #ACC38D

Text Example


Text Example

White with #ACC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC38D; }

 p { color: rgb(172,195,141); }

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

background-color css

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

 a { background-color: rgb(172,195,141); }

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

border-color css

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

 span { border-color: rgb(172,195,141); }

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