Html Css Color HEX #A6BF85 Norway

📋 copy color: '#A6BF85'

red 166 ◦ green 191 ◦ blue 133

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

Shades of Norway #A6BF85

Tints of Norway #A6BF85

RGB

 RED value IS 166 (65.23% from 255) = 33.88%

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

 BLUE value IS 133 (52.34% from 255) = 27.14%

R = 33.88%
G = 38.98%
B = 27.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#A6BF85 (or 0xA6BF85) is known color: Norway. HEX triplet: A6, BF and 85. RGB value is (166,191,133). Sum of RGB (Red+Green+Blue) = 166+191+133=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BF85 is #59407A. Grayscale: #B1B1B1. Windows color (decimal): -5849211 or 8765350. OLE color: 8765350.

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

Color convert

RGB 166 191 133 -
CMYK 0.13 0 0.30 0.25
HSL 85.86º 0.31% 0.64% -
HSV(B) 85.86º 0.3% 0.75% -
XYZ 38.59 47.06 29.24 -
YUV 176.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 166 191 133 0.13 0 0.30 0.25 85.86 0.31 0.64
Hex A6 BF 85 D 0 1E 19 56 1F 40
Octal 246 277 205 15 0 36 31 126 37 100
Binary 10100110 10111111 10000101 1101 0 11110 11001 1010110 11111 1000000

Color Harmonies of #A6BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF85

Black with #A6BF85

Text Example


Text Example

White with #A6BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF85; }

 p { color: rgb(166,191,133); }

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

background-color css

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

 a { background-color: rgb(166,191,133); }

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

border-color css

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

 span { border-color: rgb(166,191,133); }

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