Html Css Color HEX #ABB140 Brass

📋 copy color: '#ABB140'

red 171 ◦ green 177 ◦ blue 64

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

Shades of Brass #ABB140

Tints of Brass #ABB140

RGB

 RED value IS 171 (67.19% from 255) = 41.5%

 GREEN value IS 177 (69.53% from 255) = 42.96%

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 41.5%
G = 42.96%
B = 15.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#ABB140 (or 0xABB140) is known color: Brass. HEX triplet: AB, B1 and 40. RGB value is (171,177,64). Sum of RGB (Red+Green+Blue) = 171+177+64=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB140 is #544EBF. Grayscale: #A2A2A2. Windows color (decimal): -5525184 or 4239787. OLE color: 4239787.

HSL color Cylindrical-coordinate representation of color #ABB140: hue angle of 63.19º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABB140 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 177 64 -
CMYK 0.03 0 0.64 0.31
HSL 63.19º 0.47% 0.47% -
HSV(B) 63.19º 0.64% 0.69% -
XYZ 33.44 40.47 10.9 -
YUV 162.32 72.51 134.19 -
System Red Green Blue C M Y K H S L
Decimal 171 177 64 0.03 0 0.64 0.31 63.19 0.47 0.47
Hex AB B1 40 3 0 40 1F 3F 2F 2F
Octal 253 261 100 3 0 100 37 77 57 57
Binary 10101011 10110001 1000000 11 0 1000000 11111 111111 101111 101111

Color Harmonies of #ABB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB140

Black with #ABB140

Text Example


Text Example

White with #ABB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB140; }

 p { color: rgb(171,177,64); }

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

background-color css

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

 a { background-color: rgb(171,177,64); }

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

border-color css

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

 span { border-color: rgb(171,177,64); }

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