Html Css Color HEX #ACC68D Norway

📋 copy color: '#ACC68D'

red 172 ◦ green 198 ◦ blue 141

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

Shades of Norway #ACC68D

Tints of Norway #ACC68D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.75%

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

R = 33.66%
G = 38.75%
B = 27.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#ACC68D (or 0xACC68D) is known color: Norway. HEX triplet: AC, C6 and 8D. RGB value is (172,198,141). Sum of RGB (Red+Green+Blue) = 172+198+141=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC68D is #533972. Grayscale: #B7B7B7. Windows color (decimal): -5454195 or 9291436. OLE color: 9291436.

HSL color Cylindrical-coordinate representation of color #ACC68D: hue angle of 87.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC68D is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 141 -
CMYK 0.13 0 0.29 0.22
HSL 87.37º 0.33% 0.66% -
HSV(B) 87.37º 0.29% 0.78% -
XYZ 42.02 51.08 32.84 -
YUV 183.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 172 198 141 0.13 0 0.29 0.22 87.37 0.33 0.66
Hex AC C6 8D D 0 1D 16 57 21 42
Octal 254 306 215 15 0 35 26 127 41 102
Binary 10101100 11000110 10001101 1101 0 11101 10110 1010111 100001 1000010

Color Harmonies of #ACC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC68D

Black with #ACC68D

Text Example


Text Example

White with #ACC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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