Html Css Color HEX #A5BC84 Norway

📋 copy color: '#A5BC84'

red 165 ◦ green 188 ◦ blue 132

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

Shades of Norway #A5BC84

Tints of Norway #A5BC84

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

 BLUE value IS 132 (51.95% from 255) = 27.22%

R = 34.02%
G = 38.76%
B = 27.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#A5BC84 (or 0xA5BC84) is known color: Norway. HEX triplet: A5, BC and 84. RGB value is (165,188,132). Sum of RGB (Red+Green+Blue) = 165+188+132=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC84 is #5A437B. Grayscale: #AEAEAE. Windows color (decimal): -5915516 or 8699045. OLE color: 8699045.

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

Color convert

RGB 165 188 132 -
CMYK 0.12 0 0.30 0.26
HSL 84.64º 0.29% 0.63% -
HSV(B) 84.64º 0.3% 0.74% -
XYZ 37.67 45.63 28.65 -
YUV 174.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 165 188 132 0.12 0 0.30 0.26 84.64 0.29 0.63
Hex A5 BC 84 C 0 1E 1A 55 1D 3F
Octal 245 274 204 14 0 36 32 125 35 77
Binary 10100101 10111100 10000100 1100 0 11110 11010 1010101 11101 111111

Color Harmonies of #A5BC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC84

Black with #A5BC84

Text Example


Text Example

White with #A5BC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC84; }

 p { color: rgb(165,188,132); }

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

background-color css

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

 a { background-color: rgb(165,188,132); }

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

border-color css

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

 span { border-color: rgb(165,188,132); }

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