Html Css Color HEX #ABB13D Brass

📋 copy color: '#ABB13D'

red 171 ◦ green 177 ◦ blue 61

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

Shades of Brass #ABB13D

Tints of Brass #ABB13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.91%

R = 41.81%
G = 43.28%
B = 14.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#ABB13D (or 0xABB13D) is known color: Brass. HEX triplet: AB, B1 and 3D. RGB value is (171,177,61). Sum of RGB (Red+Green+Blue) = 171+177+61=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB13D is #544EC2. Grayscale: #A2A2A2. Windows color (decimal): -5525187 or 4043179. OLE color: 4043179.

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

Color convert

RGB 171 177 61 -
CMYK 0.03 0 0.66 0.31
HSL 63.1º 0.49% 0.47% -
HSV(B) 63.1º 0.66% 0.69% -
XYZ 33.36 40.44 10.46 -
YUV 161.98 71.01 134.43 -
System Red Green Blue C M Y K H S L
Decimal 171 177 61 0.03 0 0.66 0.31 63.1 0.49 0.47
Hex AB B1 3D 3 0 42 1F 3F 31 2F
Octal 253 261 75 3 0 102 37 77 61 57
Binary 10101011 10110001 111101 11 0 1000010 11111 111111 110001 101111

Color Harmonies of #ABB13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB13D

Black with #ABB13D

Text Example


Text Example

White with #ABB13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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