Html Css Color HEX #A7C38E Norway

📋 copy color: '#A7C38E'

red 167 ◦ green 195 ◦ blue 142

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

Shades of Norway #A7C38E

Tints of Norway #A7C38E

RGB

 RED value IS 167 (65.63% from 255) = 33.13%

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

 BLUE value IS 142 (55.86% from 255) = 28.17%

R = 33.13%
G = 38.69%
B = 28.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#A7C38E (or 0xA7C38E) is known color: Norway. HEX triplet: A7, C3 and 8E. RGB value is (167,195,142). Sum of RGB (Red+Green+Blue) = 167+195+142=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C38E is #583C71. Grayscale: #B4B4B4. Windows color (decimal): -5782642 or 9356199. OLE color: 9356199.

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

Color convert

RGB 167 195 142 -
CMYK 0.14 0 0.27 0.24
HSL 91.7º 0.31% 0.66% -
HSV(B) 91.7º 0.27% 0.76% -
XYZ 40.33 49.2 32.96 -
YUV 180.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 167 195 142 0.14 0 0.27 0.24 91.7 0.31 0.66
Hex A7 C3 8E E 0 1B 18 5C 1F 42
Octal 247 303 216 16 0 33 30 134 37 102
Binary 10100111 11000011 10001110 1110 0 11011 11000 1011100 11111 1000010

Color Harmonies of #A7C38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C38E

Black with #A7C38E

Text Example


Text Example

White with #A7C38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C38E; }

 p { color: rgb(167,195,142); }

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

background-color css

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

 a { background-color: rgb(167,195,142); }

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

border-color css

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

 span { border-color: rgb(167,195,142); }

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