Html Css Color HEX #ACC098 Norway

📋 copy color: '#ACC098'

red 172 ◦ green 192 ◦ blue 152

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

Shades of Norway #ACC098

Tints of Norway #ACC098

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.21%

 BLUE value IS 152 (59.77% from 255) = 29.46%

R = 33.33%
G = 37.21%
B = 29.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#ACC098 (or 0xACC098) is known color: Norway. HEX triplet: AC, C0 and 98. RGB value is (172,192,152). Sum of RGB (Red+Green+Blue) = 172+192+152=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC098 is #533F67. Grayscale: #B5B5B5. Windows color (decimal): -5455720 or 10010796. OLE color: 10010796.

HSL color Cylindrical-coordinate representation of color #ACC098: hue angle of 90º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC098 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 152 -
CMYK 0.10 0 0.21 0.25
HSL 90º 0.24% 0.67% -
HSV(B) 90º 0.21% 0.75% -
XYZ 41.53 48.74 36.92 -
YUV 181.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 172 192 152 0.10 0 0.21 0.25 90 0.24 0.67
Hex AC C0 98 A 0 15 19 5A 18 43
Octal 254 300 230 12 0 25 31 132 30 103
Binary 10101100 11000000 10011000 1010 0 10101 11001 1011010 11000 1000011

Color Harmonies of #ACC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC098

Black with #ACC098

Text Example


Text Example

White with #ACC098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC098; }

 p { color: rgb(172,192,152); }

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

background-color css

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

 a { background-color: rgb(172,192,152); }

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

border-color css

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

 span { border-color: rgb(172,192,152); }

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