Html Css Color HEX #A6BF84 Norway

📋 copy color: '#A6BF84'

red 166 ◦ green 191 ◦ blue 132

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

Shades of Norway #A6BF84

Tints of Norway #A6BF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.99%

R = 33.95%
G = 39.06%
B = 26.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#A6BF84 (or 0xA6BF84) is known color: Norway. HEX triplet: A6, BF and 84. RGB value is (166,191,132). Sum of RGB (Red+Green+Blue) = 166+191+132=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BF84 is #59407B. Grayscale: #B1B1B1. Windows color (decimal): -5849212 or 8699814. OLE color: 8699814.

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

Color convert

RGB 166 191 132 -
CMYK 0.13 0 0.31 0.25
HSL 85.42º 0.32% 0.63% -
HSV(B) 85.42º 0.31% 0.75% -
XYZ 38.52 47.03 28.88 -
YUV 176.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 166 191 132 0.13 0 0.31 0.25 85.42 0.32 0.63
Hex A6 BF 84 D 0 1F 19 55 20 3F
Octal 246 277 204 15 0 37 31 125 40 77
Binary 10100110 10111111 10000100 1101 0 11111 11001 1010101 100000 111111

Color Harmonies of #A6BF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF84

Black with #A6BF84

Text Example


Text Example

White with #A6BF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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