Html Css Color HEX #A8C88B Norway

📋 copy color: '#A8C88B'

red 168 ◦ green 200 ◦ blue 139

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

Shades of Norway #A8C88B

Tints of Norway #A8C88B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.45%

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 33.14%
G = 39.45%
B = 27.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#A8C88B (or 0xA8C88B) is known color: Norway. HEX triplet: A8, C8 and 8B. RGB value is (168,200,139). Sum of RGB (Red+Green+Blue) = 168+200+139=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C88B is #573774. Grayscale: #B7B7B7. Windows color (decimal): -5715829 or 9160872. OLE color: 9160872.

HSL color Cylindrical-coordinate representation of color #A8C88B: hue angle of 91.48º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8C88B is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 139 -
CMYK 0.16 0 0.30 0.22
HSL 91.48º 0.36% 0.66% -
HSV(B) 91.48º 0.31% 0.78% -
XYZ 41.46 51.5 32.18 -
YUV 183.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 168 200 139 0.16 0 0.30 0.22 91.48 0.36 0.66
Hex A8 C8 8B 10 0 1E 16 5B 24 42
Octal 250 310 213 20 0 36 26 133 44 102
Binary 10101000 11001000 10001011 10000 0 11110 10110 1011011 100100 1000010

Color Harmonies of #A8C88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C88B

Black with #A8C88B

Text Example


Text Example

White with #A8C88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C88B; }

 p { color: rgb(168,200,139); }

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

background-color css

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

 a { background-color: rgb(168,200,139); }

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

border-color css

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

 span { border-color: rgb(168,200,139); }

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