Html Css Color HEX #A6BF87 Norway

📋 copy color: '#A6BF87'

red 166 ◦ green 191 ◦ blue 135

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

Shades of Norway #A6BF87

Tints of Norway #A6BF87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.44%

R = 33.74%
G = 38.82%
B = 27.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#A6BF87 (or 0xA6BF87) is known color: Norway. HEX triplet: A6, BF and 87. RGB value is (166,191,135). Sum of RGB (Red+Green+Blue) = 166+191+135=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BF87 is #594078. Grayscale: #B1B1B1. Windows color (decimal): -5849209 or 8896422. OLE color: 8896422.

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

Color convert

RGB 166 191 135 -
CMYK 0.13 0 0.29 0.25
HSL 86.79º 0.3% 0.64% -
HSV(B) 86.79º 0.29% 0.75% -
XYZ 38.73 47.12 29.98 -
YUV 177.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 166 191 135 0.13 0 0.29 0.25 86.79 0.3 0.64
Hex A6 BF 87 D 0 1D 19 57 1E 40
Octal 246 277 207 15 0 35 31 127 36 100
Binary 10100110 10111111 10000111 1101 0 11101 11001 1010111 11110 1000000

Color Harmonies of #A6BF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF87

Black with #A6BF87

Text Example


Text Example

White with #A6BF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF87; }

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

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

background-color css

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

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

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

border-color css

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

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

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