Html Css Color HEX #A6BF95 Norway

📋 copy color: '#A6BF95'

red 166 ◦ green 191 ◦ blue 149

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

Shades of Norway #A6BF95

Tints of Norway #A6BF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.45%

R = 32.81%
G = 37.75%
B = 29.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#A6BF95 (or 0xA6BF95) is known color: Norway. HEX triplet: A6, BF and 95. RGB value is (166,191,149). Sum of RGB (Red+Green+Blue) = 166+191+149=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BF95 is #59406A. Grayscale: #B2B2B2. Windows color (decimal): -5849195 or 9813926. OLE color: 9813926.

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

Color convert

RGB 166 191 149 -
CMYK 0.13 0 0.22 0.25
HSL 95.71º 0.25% 0.67% -
HSV(B) 95.71º 0.22% 0.75% -
XYZ 39.78 47.54 35.51 -
YUV 178.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 166 191 149 0.13 0 0.22 0.25 95.71 0.25 0.67
Hex A6 BF 95 D 0 16 19 60 19 43
Octal 246 277 225 15 0 26 31 140 31 103
Binary 10100110 10111111 10010101 1101 0 10110 11001 1100000 11001 1000011

Color Harmonies of #A6BF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF95

Black with #A6BF95

Text Example


Text Example

White with #A6BF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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