Html Css Color HEX #ABB039 Brass

📋 copy color: '#ABB039'

red 171 ◦ green 176 ◦ blue 57

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

Shades of Brass #ABB039

Tints of Brass #ABB039

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.56%

 BLUE value IS 57 (22.66% from 255) = 14.11%

R = 42.33%
G = 43.56%
B = 14.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#ABB039 (or 0xABB039) is known color: Brass. HEX triplet: AB, B0 and 39. RGB value is (171,176,57). Sum of RGB (Red+Green+Blue) = 171+176+57=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB039 is #544FC6. Grayscale: #A1A1A1. Windows color (decimal): -5525447 or 3780779. OLE color: 3780779.

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

Color convert

RGB 171 176 57 -
CMYK 0.03 0 0.68 0.31
HSL 62.52º 0.51% 0.46% -
HSV(B) 62.52º 0.68% 0.69% -
XYZ 33.06 40 9.85 -
YUV 160.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 171 176 57 0.03 0 0.68 0.31 62.52 0.51 0.46
Hex AB B0 39 3 0 44 1F 3F 33 2E
Octal 253 260 71 3 0 104 37 77 63 56
Binary 10101011 10110000 111001 11 0 1000100 11111 111111 110011 101110

Color Harmonies of #ABB039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB039

Black with #ABB039

Text Example


Text Example

White with #ABB039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB039; }

 p { color: rgb(171,176,57); }

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

background-color css

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

 a { background-color: rgb(171,176,57); }

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

border-color css

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

 span { border-color: rgb(171,176,57); }

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