Html Css Color HEX #ABC531 Bahia

📋 copy color: '#ABC531'

red 171 ◦ green 197 ◦ blue 49

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

Shades of Bahia #ABC531

Tints of Bahia #ABC531

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.24%

 BLUE value IS 49 (19.53% from 255) = 11.75%

R = 41.01%
G = 47.24%
B = 11.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#ABC531 (or 0xABC531) is known color: Bahia. HEX triplet: AB, C5 and 31. RGB value is (171,197,49). Sum of RGB (Red+Green+Blue) = 171+197+49=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC531 is #543ACE. Grayscale: #ACACAC. Windows color (decimal): -5520079 or 3261867. OLE color: 3261867.

HSL color Cylindrical-coordinate representation of color #ABC531: hue angle of 70.54º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABC531 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 49 -
CMYK 0.13 0 0.75 0.23
HSL 70.54º 0.6% 0.48% -
HSV(B) 70.54º 0.75% 0.77% -
XYZ 37.32 48.81 10.36 -
YUV 172.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 171 197 49 0.13 0 0.75 0.23 70.54 0.6 0.48
Hex AB C5 31 D 0 4B 17 47 3C 30
Octal 253 305 61 15 0 113 27 107 74 60
Binary 10101011 11000101 110001 1101 0 1001011 10111 1000111 111100 110000

Color Harmonies of #ABC531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC531

Black with #ABC531

Text Example


Text Example

White with #ABC531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC531; }

 p { color: rgb(171,197,49); }

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

background-color css

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

 a { background-color: rgb(171,197,49); }

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

border-color css

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

 span { border-color: rgb(171,197,49); }

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