Html Css Color HEX #A6BE85 Norway

📋 copy color: '#A6BE85'

red 166 ◦ green 190 ◦ blue 133

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

Shades of Norway #A6BE85

Tints of Norway #A6BE85

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.85%

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

R = 33.95%
G = 38.85%
B = 27.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#A6BE85 (or 0xA6BE85) is known color: Norway. HEX triplet: A6, BE and 85. RGB value is (166,190,133). Sum of RGB (Red+Green+Blue) = 166+190+133=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE85 is #59417A. Grayscale: #B0B0B0. Windows color (decimal): -5849467 or 8765094. OLE color: 8765094.

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

Color convert

RGB 166 190 133 -
CMYK 0.13 0 0.3 0.25
HSL 85.26º 0.3% 0.63% -
HSV(B) 85.26º 0.3% 0.75% -
XYZ 38.37 46.63 29.17 -
YUV 176.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 166 190 133 0.13 0 0.3 0.25 85.26 0.3 0.63
Hex A6 BE 85 D 0 1E 19 55 1E 3F
Octal 246 276 205 15 0 36 31 125 36 77
Binary 10100110 10111110 10000101 1101 0 11110 11001 1010101 11110 111111

Color Harmonies of #A6BE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE85

Black with #A6BE85

Text Example


Text Example

White with #A6BE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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