Html Css Color HEX #ACC692 Norway

📋 copy color: '#ACC692'

red 172 ◦ green 198 ◦ blue 146

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

Shades of Norway #ACC692

Tints of Norway #ACC692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.29%

R = 33.33%
G = 38.37%
B = 28.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#ACC692 (or 0xACC692) is known color: Norway. HEX triplet: AC, C6 and 92. RGB value is (172,198,146). Sum of RGB (Red+Green+Blue) = 172+198+146=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC692 is #53396D. Grayscale: #B8B8B8. Windows color (decimal): -5454190 or 9619116. OLE color: 9619116.

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

Color convert

RGB 172 198 146 -
CMYK 0.13 0 0.26 0.22
HSL 90º 0.31% 0.67% -
HSV(B) 90º 0.26% 0.78% -
XYZ 42.4 51.23 34.85 -
YUV 184.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 172 198 146 0.13 0 0.26 0.22 90 0.31 0.67
Hex AC C6 92 D 0 1A 16 5A 1F 43
Octal 254 306 222 15 0 32 26 132 37 103
Binary 10101100 11000110 10010010 1101 0 11010 10110 1011010 11111 1000011

Color Harmonies of #ACC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC692

Black with #ACC692

Text Example


Text Example

White with #ACC692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC692; }

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

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

background-color css

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

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

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

border-color css

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

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

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