Html Css Color HEX #ABC513 Bahia

📋 copy color: '#ABC513'

red 171 ◦ green 197 ◦ blue 19

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

Shades of Bahia #ABC513

Tints of Bahia #ABC513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 44.19%
G = 50.9%
B = 4.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#ABC513 (or 0xABC513) is known color: Bahia. HEX triplet: AB, C5 and 13. RGB value is (171,197,19). Sum of RGB (Red+Green+Blue) = 171+197+19=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC513 is #543AEC. Grayscale: #A9A9A9. Windows color (decimal): -5520109 or 1295787. OLE color: 1295787.

HSL color Cylindrical-coordinate representation of color #ABC513: hue angle of 68.76º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABC513 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 19 -
CMYK 0.13 0 0.90 0.23
HSL 68.76º 0.82% 0.42% -
HSV(B) 68.76º 0.9% 0.77% -
XYZ 36.88 48.64 8.06 -
YUV 168.93 43.39 129.47 -
System Red Green Blue C M Y K H S L
Decimal 171 197 19 0.13 0 0.90 0.23 68.76 0.82 0.42
Hex AB C5 13 D 0 5A 17 45 52 2A
Octal 253 305 23 15 0 132 27 105 122 52
Binary 10101011 11000101 10011 1101 0 1011010 10111 1000101 1010010 101010

Color Harmonies of #ABC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC513

Black with #ABC513

Text Example


Text Example

White with #ABC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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