Html Css Color HEX #A6BB92 Norway

📋 copy color: '#A6BB92'

red 166 ◦ green 187 ◦ blue 146

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

Shades of Norway #A6BB92

Tints of Norway #A6BB92

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.47%

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 33.27%
G = 37.47%
B = 29.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#A6BB92 (or 0xA6BB92) is known color: Norway. HEX triplet: A6, BB and 92. RGB value is (166,187,146). Sum of RGB (Red+Green+Blue) = 166+187+146=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BB92 is #59446D. Grayscale: #B0B0B0. Windows color (decimal): -5850222 or 9616294. OLE color: 9616294.

HSL color Cylindrical-coordinate representation of color #A6BB92: hue angle of 90.73º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6BB92 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 187 146 -
CMYK 0.11 0 0.22 0.27
HSL 90.73º 0.23% 0.65% -
HSV(B) 90.73º 0.22% 0.73% -
XYZ 38.68 45.72 33.98 -
YUV 176.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 166 187 146 0.11 0 0.22 0.27 90.73 0.23 0.65
Hex A6 BB 92 B 0 16 1B 5B 17 41
Octal 246 273 222 13 0 26 33 133 27 101
Binary 10100110 10111011 10010010 1011 0 10110 11011 1011011 10111 1000001

Color Harmonies of #A6BB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BB92

Black with #A6BB92

Text Example


Text Example

White with #A6BB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BB92; }

 p { color: rgb(166,187,146); }

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

background-color css

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

 a { background-color: rgb(166,187,146); }

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

border-color css

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

 span { border-color: rgb(166,187,146); }

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