Html Css Color HEX #A2BB85 Norway

📋 copy color: '#A2BB85'

red 162 ◦ green 187 ◦ blue 133

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

Shades of Norway #A2BB85

Tints of Norway #A2BB85

RGB

 RED value IS 162 (63.67% from 255) = 33.61%

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

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

R = 33.61%
G = 38.8%
B = 27.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#A2BB85 (or 0xA2BB85) is known color: Norway. HEX triplet: A2, BB and 85. RGB value is (162,187,133). Sum of RGB (Red+Green+Blue) = 162+187+133=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BB85 is #5D447A. Grayscale: #ADADAD. Windows color (decimal): -6112379 or 8764322. OLE color: 8764322.

HSL color Cylindrical-coordinate representation of color #A2BB85: hue angle of 87.78º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2BB85 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 187 133 -
CMYK 0.13 0 0.29 0.27
HSL 87.78º 0.28% 0.63% -
HSV(B) 87.78º 0.29% 0.73% -
XYZ 36.9 44.92 28.91 -
YUV 173.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 162 187 133 0.13 0 0.29 0.27 87.78 0.28 0.63
Hex A2 BB 85 D 0 1D 1B 58 1C 3F
Octal 242 273 205 15 0 35 33 130 34 77
Binary 10100010 10111011 10000101 1101 0 11101 11011 1011000 11100 111111

Color Harmonies of #A2BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BB85

Black with #A2BB85

Text Example


Text Example

White with #A2BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BB85; }

 p { color: rgb(162,187,133); }

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

background-color css

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

 a { background-color: rgb(162,187,133); }

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

border-color css

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

 span { border-color: rgb(162,187,133); }

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