Html Css Color HEX #A3BF88 Norway

📋 copy color: '#A3BF88'

red 163 ◦ green 191 ◦ blue 136

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

Shades of Norway #A3BF88

Tints of Norway #A3BF88

RGB

 RED value IS 163 (64.06% from 255) = 33.27%

 GREEN value IS 191 (75% from 255) = 38.98%

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

R = 33.27%
G = 38.98%
B = 27.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#A3BF88 (or 0xA3BF88) is known color: Norway. HEX triplet: A3, BF and 88. RGB value is (163,191,136). Sum of RGB (Red+Green+Blue) = 163+191+136=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BF88 is #5C4077. Grayscale: #B0B0B0. Windows color (decimal): -6045816 or 8961955. OLE color: 8961955.

HSL color Cylindrical-coordinate representation of color #A3BF88: hue angle of 90.55º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3BF88 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 191 136 -
CMYK 0.15 0 0.29 0.25
HSL 90.55º 0.3% 0.64% -
HSV(B) 90.55º 0.29% 0.75% -
XYZ 38.18 46.83 30.32 -
YUV 176.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 163 191 136 0.15 0 0.29 0.25 90.55 0.3 0.64
Hex A3 BF 88 F 0 1D 19 5B 1E 40
Octal 243 277 210 17 0 35 31 133 36 100
Binary 10100011 10111111 10001000 1111 0 11101 11001 1011011 11110 1000000

Color Harmonies of #A3BF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BF88

Black with #A3BF88

Text Example


Text Example

White with #A3BF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BF88; }

 p { color: rgb(163,191,136); }

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

background-color css

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

 a { background-color: rgb(163,191,136); }

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

border-color css

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

 span { border-color: rgb(163,191,136); }

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