Html Css Color HEX #A5BB83 Norway

📋 copy color: '#A5BB83'

red 165 ◦ green 187 ◦ blue 131

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

Shades of Norway #A5BB83

Tints of Norway #A5BB83

RGB

 RED value IS 165 (64.84% from 255) = 34.16%

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

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 34.16%
G = 38.72%
B = 27.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A5BB83 (or 0xA5BB83) is known color: Norway. HEX triplet: A5, BB and 83. RGB value is (165,187,131). Sum of RGB (Red+Green+Blue) = 165+187+131=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BB83 is #5A447C. Grayscale: #AEAEAE. Windows color (decimal): -5915773 or 8633253. OLE color: 8633253.

HSL color Cylindrical-coordinate representation of color #A5BB83: hue angle of 83.57º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5BB83 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 131 -
CMYK 0.12 0 0.30 0.27
HSL 83.57º 0.29% 0.62% -
HSV(B) 83.57º 0.3% 0.73% -
XYZ 37.38 45.18 28.22 -
YUV 174.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 165 187 131 0.12 0 0.30 0.27 83.57 0.29 0.62
Hex A5 BB 83 C 0 1E 1B 54 1D 3E
Octal 245 273 203 14 0 36 33 124 35 76
Binary 10100101 10111011 10000011 1100 0 11110 11011 1010100 11101 111110

Color Harmonies of #A5BB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB83

Black with #A5BB83

Text Example


Text Example

White with #A5BB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB83; }

 p { color: rgb(165,187,131); }

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

background-color css

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

 a { background-color: rgb(165,187,131); }

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

border-color css

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

 span { border-color: rgb(165,187,131); }

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