Html Css Color HEX #A8C38B Norway

📋 copy color: '#A8C38B'

red 168 ◦ green 195 ◦ blue 139

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

Shades of Norway #A8C38B

Tints of Norway #A8C38B

RGB

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

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

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

R = 33.47%
G = 38.84%
B = 27.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#A8C38B (or 0xA8C38B) is known color: Norway. HEX triplet: A8, C3 and 8B. RGB value is (168,195,139). Sum of RGB (Red+Green+Blue) = 168+195+139=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C38B is #573C74. Grayscale: #B4B4B4. Windows color (decimal): -5717109 or 9159592. OLE color: 9159592.

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

Color convert

RGB 168 195 139 -
CMYK 0.14 0 0.29 0.24
HSL 88.93º 0.32% 0.65% -
HSV(B) 88.93º 0.29% 0.76% -
XYZ 40.32 49.22 31.8 -
YUV 180.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 168 195 139 0.14 0 0.29 0.24 88.93 0.32 0.65
Hex A8 C3 8B E 0 1D 18 59 20 41
Octal 250 303 213 16 0 35 30 131 40 101
Binary 10101000 11000011 10001011 1110 0 11101 11000 1011001 100000 1000001

Color Harmonies of #A8C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C38B

Black with #A8C38B

Text Example


Text Example

White with #A8C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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