Html Css Color HEX #A8C388 Norway

📋 copy color: '#A8C388'

red 168 ◦ green 195 ◦ blue 136

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

Shades of Norway #A8C388

Tints of Norway #A8C388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 33.67%
G = 39.08%
B = 27.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#A8C388 (or 0xA8C388) is known color: Norway. HEX triplet: A8, C3 and 88. RGB value is (168,195,136). Sum of RGB (Red+Green+Blue) = 168+195+136=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C388 is #573C77. Grayscale: #B4B4B4. Windows color (decimal): -5717112 or 8962984. OLE color: 8962984.

HSL color Cylindrical-coordinate representation of color #A8C388: hue angle of 87.46º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C388 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 136 -
CMYK 0.14 0 0.30 0.24
HSL 87.46º 0.33% 0.65% -
HSV(B) 87.46º 0.3% 0.76% -
XYZ 40.11 49.13 30.66 -
YUV 180.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 168 195 136 0.14 0 0.30 0.24 87.46 0.33 0.65
Hex A8 C3 88 E 0 1E 18 57 21 41
Octal 250 303 210 16 0 36 30 127 41 101
Binary 10101000 11000011 10001000 1110 0 11110 11000 1010111 100001 1000001

Color Harmonies of #A8C388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C388

Black with #A8C388

Text Example


Text Example

White with #A8C388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C388; }

 p { color: rgb(168,195,136); }

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

background-color css

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

 a { background-color: rgb(168,195,136); }

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

border-color css

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

 span { border-color: rgb(168,195,136); }

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