Html Css Color HEX #A5C38B Norway

📋 copy color: '#A5C38B'

red 165 ◦ green 195 ◦ blue 139

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

Shades of Norway #A5C38B

Tints of Norway #A5C38B

RGB

 RED value IS 165 (64.84% from 255) = 33.07%

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

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

R = 33.07%
G = 39.08%
B = 27.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#A5C38B (or 0xA5C38B) is known color: Norway. HEX triplet: A5, C3 and 8B. RGB value is (165,195,139). Sum of RGB (Red+Green+Blue) = 165+195+139=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C38B is #5A3C74. Grayscale: #B3B3B3. Windows color (decimal): -5913717 or 9159589. OLE color: 9159589.

HSL color Cylindrical-coordinate representation of color #A5C38B: hue angle of 92.14º 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 #A5C38B is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 195 139 -
CMYK 0.15 0 0.29 0.24
HSL 92.14º 0.32% 0.65% -
HSV(B) 92.14º 0.29% 0.76% -
XYZ 39.69 48.89 31.77 -
YUV 179.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 165 195 139 0.15 0 0.29 0.24 92.14 0.32 0.65
Hex A5 C3 8B F 0 1D 18 5C 20 41
Octal 245 303 213 17 0 35 30 134 40 101
Binary 10100101 11000011 10001011 1111 0 11101 11000 1011100 100000 1000001

Color Harmonies of #A5C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C38B

Black with #A5C38B

Text Example


Text Example

White with #A5C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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