Html Css Color HEX #ABC516 Bahia

📋 copy color: '#ABC516'

red 171 ◦ green 197 ◦ blue 22

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

Shades of Bahia #ABC516

Tints of Bahia #ABC516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.64%

R = 43.85%
G = 50.51%
B = 5.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#ABC516 (or 0xABC516) is known color: Bahia. HEX triplet: AB, C5 and 16. RGB value is (171,197,22). Sum of RGB (Red+Green+Blue) = 171+197+22=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC516 is #543AE9. Grayscale: #A9A9A9. Windows color (decimal): -5520106 or 1492395. OLE color: 1492395.

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

Color convert

RGB 171 197 22 -
CMYK 0.13 0 0.89 0.23
HSL 68.91º 0.8% 0.43% -
HSV(B) 68.91º 0.89% 0.77% -
XYZ 36.91 48.65 8.2 -
YUV 169.28 44.89 129.23 -
System Red Green Blue C M Y K H S L
Decimal 171 197 22 0.13 0 0.89 0.23 68.91 0.8 0.43
Hex AB C5 16 D 0 59 17 45 50 2B
Octal 253 305 26 15 0 131 27 105 120 53
Binary 10101011 11000101 10110 1101 0 1011001 10111 1000101 1010000 101011

Color Harmonies of #ABC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC516

Black with #ABC516

Text Example


Text Example

White with #ABC516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC516; }

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

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

background-color css

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

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

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

border-color css

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

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

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