Html Css Color HEX #ABB138 Brass

📋 copy color: '#ABB138'

red 171 ◦ green 177 ◦ blue 56

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

Shades of Brass #ABB138

Tints of Brass #ABB138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 42.33%
G = 43.81%
B = 13.86%

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

#ABB138 (or 0xABB138) is known color: Brass. HEX triplet: AB, B1 and 38. RGB value is (171,177,56). Sum of RGB (Red+Green+Blue) = 171+177+56=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB138 is #544EC7. Grayscale: #A1A1A1. Windows color (decimal): -5525192 or 3715499. OLE color: 3715499.

HSL color Cylindrical-coordinate representation of color #ABB138: hue angle of 62.98º degrees, saturation: 0.52, 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 #ABB138 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 177 56 -
CMYK 0.03 0 0.68 0.31
HSL 62.98º 0.52% 0.46% -
HSV(B) 62.98º 0.68% 0.69% -
XYZ 33.23 40.39 9.79 -
YUV 161.41 68.51 134.84 -
System Red Green Blue C M Y K H S L
Decimal 171 177 56 0.03 0 0.68 0.31 62.98 0.52 0.46
Hex AB B1 38 3 0 44 1F 3F 34 2E
Octal 253 261 70 3 0 104 37 77 64 56
Binary 10101011 10110001 111000 11 0 1000100 11111 111111 110100 101110

Color Harmonies of #ABB138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB138

Black with #ABB138

Text Example


Text Example

White with #ABB138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB138; }

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

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

background-color css

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

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

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

border-color css

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

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

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