Html Css Color HEX #A8C291 Norway

📋 copy color: '#A8C291'

red 168 ◦ green 194 ◦ blue 145

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

Shades of Norway #A8C291

Tints of Norway #A8C291

RGB

 RED value IS 168 (66.02% from 255) = 33.14%

 GREEN value IS 194 (76.17% from 255) = 38.26%

 BLUE value IS 145 (57.03% from 255) = 28.6%

R = 33.14%
G = 38.26%
B = 28.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#A8C291 (or 0xA8C291) is known color: Norway. HEX triplet: A8, C2 and 91. RGB value is (168,194,145). Sum of RGB (Red+Green+Blue) = 168+194+145=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C291 is #573D6E. Grayscale: #B4B4B4. Windows color (decimal): -5717359 or 9552552. OLE color: 9552552.

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

Color convert

RGB 168 194 145 -
CMYK 0.13 0 0.25 0.24
HSL 91.84º 0.29% 0.66% -
HSV(B) 91.84º 0.25% 0.76% -
XYZ 40.55 48.95 34.1 -
YUV 180.64 107.89 118.98 -
System Red Green Blue C M Y K H S L
Decimal 168 194 145 0.13 0 0.25 0.24 91.84 0.29 0.66
Hex A8 C2 91 D 0 19 18 5C 1D 42
Octal 250 302 221 15 0 31 30 134 35 102
Binary 10101000 11000010 10010001 1101 0 11001 11000 1011100 11101 1000010

Color Harmonies of #A8C291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C291

Black with #A8C291

Text Example


Text Example

White with #A8C291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C291; }

 p { color: rgb(168,194,145); }

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

background-color css

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

 a { background-color: rgb(168,194,145); }

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

border-color css

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

 span { border-color: rgb(168,194,145); }

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