Html Css Color HEX #ACC398 Norway

📋 copy color: '#ACC398'

red 172 ◦ green 195 ◦ blue 152

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

Shades of Norway #ACC398

Tints of Norway #ACC398

RGB

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

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

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

R = 33.14%
G = 37.57%
B = 29.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#ACC398 (or 0xACC398) is known color: Norway. HEX triplet: AC, C3 and 98. RGB value is (172,195,152). Sum of RGB (Red+Green+Blue) = 172+195+152=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC398 is #533C67. Grayscale: #B7B7B7. Windows color (decimal): -5454952 or 10011564. OLE color: 10011564.

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

Color convert

RGB 172 195 152 -
CMYK 0.12 0 0.22 0.24
HSL 92.09º 0.26% 0.68% -
HSV(B) 92.09º 0.22% 0.76% -
XYZ 42.2 50.07 37.15 -
YUV 183.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 172 195 152 0.12 0 0.22 0.24 92.09 0.26 0.68
Hex AC C3 98 C 0 16 18 5C 1A 44
Octal 254 303 230 14 0 26 30 134 32 104
Binary 10101100 11000011 10011000 1100 0 10110 11000 1011100 11010 1000100

Color Harmonies of #ACC398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC398

Black with #ACC398

Text Example


Text Example

White with #ACC398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC398; }

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

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

background-color css

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

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

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

border-color css

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

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

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